diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-03-15 06:19:06 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-03-15 06:19:06 +0000 |
commit | ebbf502a34e41e654075038bbf39390a2f38b063 (patch) | |
tree | 5c6b699684bcfd8788385da942b58d292e81e0ad /chapter06/glibc-inst.xml | |
parent | 8511245a5b7ccc475c257e8d7c0c2c41d27ec473 (diff) |
Added this:
sed -e 's|$(PERL)|/usr/bin/perl|' \
../glibc-2.2.1/malloc/Makefile > tmp &&
mv tmp ../glibc-2.2.1/malloc/Makefile &&
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@318 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 7458748ab..8fd25bf08 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -16,6 +16,10 @@ Install Glibc by running the following commands: <userinput>touch /etc/ld.so.conf &&</userinput> <userinput>mkdir /usr/src/glibc-build &&</userinput> <userinput>cd /usr/src/glibc-build &&</userinput> + <userinput>sed -e 's|$(PERL)|/usr/bin/perl|' \</userinput> + <userinput> ../glibc-2.2.1/malloc/Makefile > tmp~ + &&</userinput> + <userinput>mv tmp~ ../glibc-2.2.1/malloc/Makefile &&</userinput> <userinput>../glibc-2.2.1/configure \</userinput> <userinput> --prefix=/usr --enable-add-ons \</userinput> |