GNOME Bugzilla – Bug 523833
Fails to build on GNU/Hurd
Last modified: 2008-03-22 12:45:16 UTC
Hi, glib 2.16.1 fails to build on GNU/Hurd as it unconditionally uses ARG_MAX which does not exist on Hurd (there's no limit). Attached patch by Samuel Thibault fixes it. Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428674
Created attachment 107795 [details] [review] patch Ok to commit this to 2.16 and trunk?
Of course s/gmalloc/g_malloc/g and s/gfree/g_free/g on the patch. make check runs fine with this patch.
gnar, duplicate of 522335 *** This bug has been marked as a duplicate of 522335 ***