Changeset db5f324


Ignore:
Timestamp:
Oct 30, 2014, 8:56:13 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
27597ad
Parents:
f0ce83f
git-author:
William Harrington <kb0iic@…> (10/30/14 20:55:56)
git-committer:
William Harrington <kb0iic@…> (10/30/14 20:56:13)
Message:

Add --cache-file=config.cache to the configure lines to use the config.cache file for slibdir.

Location:
BOOK/final-system
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/mips64/glibc-n32.xml

    rf0ce83f rdb5f324  
    6666    --disable-profile --enable-kernel=&glibc-kernel-version; \
    6767    --libexecdir=/usr/lib32/glibc --libdir=/usr/lib32 \
    68     --enable-obsolete-rpc</userinput></screen>
     68    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
    6969
    7070    <variablelist os="i">
  • BOOK/final-system/multilib/glibc-64bit.xml

    rf0ce83f rdb5f324  
    6666    --disable-profile --enable-kernel=&glibc-kernel-version; \
    6767    --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
    68     --enable-obsolete-rpc</userinput></screen>
     68    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
    6969
    7070    <variablelist os="i">
  • BOOK/final-system/ppc64/glibc-64bit.xml

    rf0ce83f rdb5f324  
    6565    --disable-profile --enable-kernel=&glibc-kernel-version; \
    6666    --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
    67     --enable-obsolete-rpc</userinput></screen>
     67    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
    6868
    6969    <variablelist os="i">
  • BOOK/final-system/x86_64-64/glibc.xml

    rf0ce83f rdb5f324  
    6868    --disable-profile --enable-kernel=&glibc-kernel-version; \
    6969    --libexecdir=/usr/lib/glibc --libdir=/usr/lib \
    70     --enable-obsolete-rpc</userinput></screen>
     70    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
    7171
    7272    <variablelist os="i">
Note: See TracChangeset for help on using the changeset viewer.