diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-10-21 20:43:55 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-10-21 20:43:55 +0000 |
commit | a3af16ff5f132dedee5aeced6f9ce23d1e4e3110 (patch) | |
tree | 3237e5db9f0f040e3c22e8d97f742087aa36b712 /chapter05/tar.xml | |
parent | c34291aaae31bcdfa7f3071f4651154bd53590be (diff) |
Merge latest trunk updates to systemd branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10365 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tar.xml')
-rw-r--r-- | chapter05/tar.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter05/tar.xml b/chapter05/tar.xml index 37439d930..002dc228f 100644 --- a/chapter05/tar.xml +++ b/chapter05/tar.xml @@ -43,10 +43,6 @@ <sect2 role="installation"> <title>Installation of Tar</title> - <para>Fix an incompatibility between this package and Glibc-&glibc-version;:</para> - -<screen><userinput remap="pre">sed -i -e '/gets is a/d' gnu/stdio.in.h</userinput></screen> - <para>Prepare Tar for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> |