Author: ebassi Date: 2007-06-10 18:25:16 +0100 (Sun, 10 Jun 2007) New Revision: 18096 ViewCVS link: http://svn.gnome.org/viewcvs/gtk+?rev=18096&view=rev
Modified: trunk/ChangeLog trunk/gtk/gtksearchenginesimple.c Log: Define GNU libc symbols unconditionally Unconditionally define _GNU_SOURCE and XOPEN_SOURCE, in order to make the simple search engine backend build on really ancient GNU libc (see bug 444097), which have ftw.h but need those symbols defined even to export a POSIX-like ftw() and friends. _______________________________________________ SVN-commits-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/svn-commits-list
