mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Added CPPFLAGS=-D_GNU_SOURCE before ./configure for patch to fix build on PPC.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2616 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0c7e1dcbde
commit
cf304f31ea
@ -3,7 +3,7 @@
|
||||
<sect2>
|
||||
<title>Installation of Patch</title>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/stage1
|
||||
<para><screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/stage1
|
||||
make
|
||||
make install</userinput></screen></para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user