patch-exp.xml 377 B

1234567891011
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para><userinput>CPPFLAGS=-D_GNU_SOURCE: </userinput>
  4. Adding <userinput>-D_GNU_SOURCE</userinput> to CPPFLAGS command before
  5. we configure patch fixes installation of the package on PPC and m68k
  6. platforms (that we know of). It also doesn't hurt compilation on other
  7. platforms (such as x86) so we do it by default.</para>
  8. </sect2>