diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-01-23 00:26:15 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-01-23 00:26:15 +0000 |
commit | 9a605b8e26cd7473d35bb2a86aac79178f0ece08 (patch) | |
tree | 3ef44c3b9c8042d4e55ef2709711d61671be2d03 /chapter06/perl.xml | |
parent | 0cba512df7ba2e6aecd9f5db75ad5a846f62c920 (diff) |
Update to linux-4.9.5.tar.xz.
Update to kbd-2.0.4.
Update to perl-5.24.1.
Update to zlib-1.2.11.
Update to util-linux-2.29.1.
+
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11172 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 66cd9e424..76b0af2cf 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -119,6 +119,9 @@ export BUILD_BZIP2=0</userinput></screen> <screen><userinput remap="test">make -k test</userinput></screen> + <note><para>Several tests related to zlib will fail due to using + the system version of zlib instead of the internal version.</para></note> + <para>Install the package and clean up:</para> <screen><userinput remap="install">make install |