Ignore:
Timestamp:
02/03/2006 06:23:22 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
fa994c9
Parents:
b4cd3c5
Message:

Ported r7294 to r7325 from trunk to alphabetical branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7333 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/patch.xml

    rb4cd3c5 re6ab4b5  
    3131<title>Installation of Patch</title>
    3232
    33 <para>Prepare Patch for compilation.  The preprocessor flag
    34 <parameter>-D_GNU_SOURCE</parameter> is only needed on the PowerPC
    35 platform. It can be left it out on other architectures:</para>
     33<para>Prepare Patch for compilation.</para>
    3634
    37 <screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr</userinput></screen>
     35<screen><userinput>./configure --prefix=/usr</userinput></screen>
    3836
    3937<para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.