mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 22:17:39 +00:00
12 lines
377 B
XML
12 lines
377 B
XML
|
<sect2>
|
||
|
<title>Command explanations</title>
|
||
|
|
||
|
<para><userinput>CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE": </userinput>
|
||
|
Adding <userinput>-D_GNU_SOURCE</userinput> command before
|
||
|
we configure patch fixes installation of the package on PPC and m68k
|
||
|
platforms (that we know of). It also doesn't hurt compilation on other
|
||
|
platforms (such as x86) so we do it by default.</para>
|
||
|
|
||
|
</sect2>
|
||
|
|