Author: robert Date: 2008-10-26 16:58:53 -0600 (Sun, 26 Oct 2008) New Revision: 1478
Modified: branches/Onward/downloads/patches.txt branches/Onward/temporary_system/gettext.txt Log: Added upstream bug fix for Gettext. Modified: branches/Onward/downloads/patches.txt =================================================================== --- branches/Onward/downloads/patches.txt 2008-10-26 22:53:59 UTC (rev 1477) +++ branches/Onward/downloads/patches.txt 2008-10-26 22:58:53 UTC (rev 1478) @@ -26,6 +26,9 @@ # GCC's libiberty fix for -D_FORTIFY_SOURCE: 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 + # 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 2008-10-26 22:53:59 UTC (rev 1477) +++ branches/Onward/temporary_system/gettext.txt 2008-10-26 22:58:53 UTC (rev 1478) @@ -1,5 +1,10 @@ # Temporary tools - Gettext +# This patch is from upstream, and changes the arguments to open(2) to specify +# permissions and ownership of the new file: + +patch -p1 -i ../gettext-0.17-upstream_fixes.diff && + mkdir -v obj/ && cd obj/ && ../configure --prefix=/tools --disable-libasprintf --without-csharp \ -- http://linuxfromscratch.org/mailman/listinfo/hlfs-book FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
