Author: robert Date: 2010-02-24 03:45:40 -0700 (Wed, 24 Feb 2010) New Revision: 1577
Modified: branches/Onward/downloads/patches.txt branches/Onward/temporary_system/perl.txt Log: Added Perl upstream fixes patch. Modified: branches/Onward/downloads/patches.txt =================================================================== --- branches/Onward/downloads/patches.txt 2010-02-24 10:13:16 UTC (rev 1576) +++ branches/Onward/downloads/patches.txt 2010-02-24 10:45:40 UTC (rev 1577) @@ -106,6 +106,9 @@ # Patch mkstemp() patch: http://www.linuxfromscratch.org/~robert/new/patches/patch-2.6.1-mkstemp.diff +# Perl upstream fixes patch: +http://www.linuxfromscratch.org/~robert/new/patches/perl-5.10.1-upstream_fixes.diff + # Util-linux-ng Loop-AES patch: # http://loop-aes.sourceforge.net/updates/util-linux-ng-2.17-20100120.diff.bz2.sign http://loop-aes.sourceforge.net/updates/util-linux-ng-2.17-20100120.diff.bz2 Modified: branches/Onward/temporary_system/perl.txt =================================================================== --- branches/Onward/temporary_system/perl.txt 2010-02-24 10:13:16 UTC (rev 1576) +++ branches/Onward/temporary_system/perl.txt 2010-02-24 10:45:40 UTC (rev 1577) @@ -1,5 +1,9 @@ # Temporary tools - Perl +# Apply upstream bug fixes patch: + +patch -p1 -i ../perl-5.10.1-upstream_fixes.diff && + # Modify Perl to build 'DynaLoader.a' with -fPIC: sed -e "s...@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \ -- http://linuxfromscratch.org/mailman/listinfo/hlfs-book FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
