Changeset a2d5ff5 in clfs-sysroot for BOOK/final-system
- Timestamp:
- Mar 19, 2009, 6:35:13 PM (16 years ago)
- Branches:
- master
- Children:
- e3d9d33
- Parents:
- db27842
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/flex.xml
rdb27842 ra2d5ff5 31 31 sed "s/-I@includedir@//g" Makefile.in.orig > Makefile.in</userinput></screen> 32 32 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 > config.cache << EOF 38 ac_cv_func_malloc_0_nonnull=yes 39 ac_cv_func_realloc_0_nonnull=yes 40 EOF</userinput></screen> 41 33 42 <para os="c">Prepare Flex for compilation:</para> 34 43 35 44 <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> 37 46 38 47 <para os="e">Compile the package:</para> -
BOOK/final-system/common/iproute2.xml
rdb27842 ra2d5ff5 49 49 <screen os="b"><userinput>make DESTDIR=${CLFS} CC="${CC}" \ 50 50 DOCDIR=/usr/share/doc/iproute2 \ 51 MANDIR=/usr/share/man 52 </userinput></screen> 51 MANDIR=/usr/share/man</userinput></screen> 53 52 54 53 <variablelist os="c">
Note:
See TracChangeset
for help on using the changeset viewer.