diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-08-07 11:11:49 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-08-07 11:11:49 -0500 |
commit | 2fe5021cfa5951ab8d62eebcf4798bc9ffc0f6e0 (patch) | |
tree | 6c7dfb3943d30c65ef7ad3fd7c90a55d2edece9e | |
parent | 6f4ac82b3c79f7fadeeea60c4467d821caf634c1 (diff) | |
parent | e06065fc29bd1d8aba2f132031a9019c2c219d3f (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
-rw-r--r-- | chapter08/perl.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter08/perl.xml b/chapter08/perl.xml index b5521d414..461eb7980 100644 --- a/chapter08/perl.xml +++ b/chapter08/perl.xml @@ -139,10 +139,6 @@ export BUILD_BZIP2=0</userinput></screen> <screen><userinput remap="test">make test</userinput></screen> - <note> - <para>Nine tests fail due to using the most recent version of zlib.</para> - </note> - <para>Install the package and clean up:</para> <screen><userinput remap="install">make install |