Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*
Samuel Thibault
sthibault at debian.org
Fri Apr 27 17:06:12 UTC 2012
Hello,
There was no comment on the latest proposed patch. The first part of it
should be actually fixed by the patch for 669308, but what about the
second part, attached to thix mail?
Samuel
-------------- next part --------------
--- a/Source/JavaScriptCore/wtf/gobject/GlibUtilities.cpp 2012-02-19 18:45:45.000000000 +0100
+++ b/Source/JavaScriptCore/wtf/gobject/GlibUtilities.cpp 2012-04-23 10:24:41.000000000 +0200
@@ -37,9 +37,13 @@
return CString();
return CString(readLinkBuffer, result);
}
-#elif OS(UNIX)
+#elif OS(HURD)
CString getCurrentExecutablePath()
{
+ return CString();
+}
+#elif OS(UNIX)
+{
static char readLinkBuffer[PATH_MAX];
ssize_t result = readlink("/proc/curproc/file", readLinkBuffer, PATH_MAX);
if (result == -1)
More information about the Pkg-webkit-maintainers
mailing list