mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
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
This commit is contained in:
parent
8511245a5b
commit
ebbf502a34
@ -16,6 +16,10 @@ Install Glibc by running the following commands:
|
|||||||
<userinput>touch /etc/ld.so.conf &&</userinput>
|
<userinput>touch /etc/ld.so.conf &&</userinput>
|
||||||
<userinput>mkdir /usr/src/glibc-build &&</userinput>
|
<userinput>mkdir /usr/src/glibc-build &&</userinput>
|
||||||
<userinput>cd /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>../glibc-2.2.1/configure \</userinput>
|
||||||
<userinput> --prefix=/usr --enable-add-ons
|
<userinput> --prefix=/usr --enable-add-ons
|
||||||
\</userinput>
|
\</userinput>
|
||||||
|
Loading…
Reference in New Issue
Block a user