Author: robert Date: 2009-02-22 14:18:24 -0700 (Sun, 22 Feb 2009) New Revision: 1496
Modified: branches/Onward/downloads/patches.txt branches/Onward/temporary_system/gettext.txt Log: New upstream patch for Gettext Modified: branches/Onward/downloads/patches.txt =================================================================== --- branches/Onward/downloads/patches.txt 2009-02-22 21:04:55 UTC (rev 1495) +++ branches/Onward/downloads/patches.txt 2009-02-22 21:18:24 UTC (rev 1496) @@ -26,7 +26,7 @@ http://www.linuxfromscratch.org/~robert/new/patches/gcc-4.2-20081001-asprintf_fix.diff # Gettext upstream fixes: -http://www.linuxfromscratch.org/~robert/new/patches/gettext-0.17-upstream_fixes.diff +http://www.linuxfromscratch.org/~robert/new/patches/gettext-0.17-upstream_fixes-2.diff # Glibc issetugid() patch: http://www.linuxfromscratch.org/patches/downloads/glibc/glibc-2.5.1-issetugid-1.patch Modified: branches/Onward/temporary_system/gettext.txt =================================================================== --- branches/Onward/temporary_system/gettext.txt 2009-02-22 21:04:55 UTC (rev 1495) +++ branches/Onward/temporary_system/gettext.txt 2009-02-22 21:18:24 UTC (rev 1496) @@ -1,9 +1,8 @@ # Temporary tools - Gettext -# This patch is from upstream, and changes the arguments to open(2) to specify -# permissions and ownership of the new file: +# A couple of upstream fixes: -patch -p1 -i ../gettext-0.17-upstream_fixes.diff && +patch -p1 -i ../gettext-0.17-upstream_fixes-2.diff && mkdir -v obj/ && cd obj/ && -- http://linuxfromscratch.org/mailman/listinfo/hlfs-book FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
