Changeset a2d5ff5 in clfs-sysroot


Ignore:
Timestamp:
Mar 19, 2009, 6:35:13 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
e3d9d33
Parents:
db27842
Message:

Fix flex compilation issue.
fix iproute2 formatting.

Location:
BOOK/final-system/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/flex.xml

    rdb27842 ra2d5ff5  
    3131sed "s/-I@includedir@//g" Makefile.in.orig &gt; Makefile.in</userinput></screen>
    3232
     33    <para os="cc1">When Cross Compiling the configure script does not
     34    does not determine the correct values for the following, Set the values
     35    manually:</para>
     36
     37<screen os="cc1"><userinput>cat &gt; config.cache &lt;&lt; EOF
     38ac_cv_func_malloc_0_nonnull=yes
     39ac_cv_func_realloc_0_nonnull=yes
     40EOF</userinput></screen>
     41
    3342    <para os="c">Prepare Flex for compilation:</para>
    3443
    3544<screen os="d"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    36     --prefix=/usr</userinput></screen>
     45    --prefix=/usr --cache-file=config.cache</userinput></screen>
    3746
    3847    <para os="e">Compile the package:</para>
  • BOOK/final-system/common/iproute2.xml

    rdb27842 ra2d5ff5  
    4949<screen os="b"><userinput>make DESTDIR=${CLFS} CC="${CC}" \
    5050    DOCDIR=/usr/share/doc/iproute2 \
    51     MANDIR=/usr/share/man
    52 </userinput></screen>
     51    MANDIR=/usr/share/man</userinput></screen>
    5352
    5453    <variablelist os="c">
Note: See TracChangeset for help on using the changeset viewer.