diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-10-02 20:02:27 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-10-02 20:02:27 +0000 |
commit | 2f3922caef806d5a89aad471f71abd9f0ee7a0be (patch) | |
tree | ea2f3959b705dd4ebe33b9cd5509f8efce9c4fe4 /chapter06 | |
parent | dc5d06b77f275e83a2c73e025467a18a5987a1e8 (diff) |
Upgrade to Libpipeline-1.2.2. Fixes #3186.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10006 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/libpipeline.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/libpipeline.xml b/chapter06/libpipeline.xml index 060914c8d..d9ecf4e55 100644 --- a/chapter06/libpipeline.xml +++ b/chapter06/libpipeline.xml @@ -41,10 +41,6 @@ <sect2 role="installation"> <title>Installation of Libpipeline</title> - <para>Fix an incompatibility between this package and Glibc-&glibc-version;:</para> - -<screen><userinput remap="pre">sed -i -e '/gets is a/d' gnulib/lib/stdio.in.h</userinput></screen> - <para>Prepare Libpipeline for compilation:</para> <screen><userinput remap="configure">PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --prefix=/usr</userinput></screen> |