diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-06-07 21:36:14 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-06-07 21:36:14 +0000 |
commit | 241831ed061b0d9986961b15bce0c2826f897a60 (patch) | |
tree | dcfa9d6d394acfbf1a28fbb753f3d7a2febf972d /chapter06/perl.xml | |
parent | 54dfb280b1920b5baf2d7217124b1fc4dd35f621 (diff) |
Update to linux-4.0.5.
Update to eudev-3.1.1.
Update to perl-5.22.0.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10916 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 6ace9d861..9d023e09d 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -55,12 +55,12 @@ <screen><userinput remap="pre">export BUILD_ZLIB=False export BUILD_BZIP2=0</userinput></screen> - +<!-- <para>Apply a patch to allow the Errno.pm module and the h2ph program to build correctly when building with GCC 5:</para> <screen><userinput remap="pre">patch -Np1 -i ../&perl-gcc5-fixes-patch;</userinput></screen> - +--> <para>To have full control over the way Perl is set up, you can remove the <quote>-des</quote> options from the following command and hand-pick the way this package is built. Alternatively, use the command exactly as below to |