Changeset 6c19f5e


Ignore:
Timestamp:
May 18, 2014, 8:23:56 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
f319d64
Parents:
6eb13f4
Message:

Replaced PKG_CONFIG vars with pkg-config-lite installed in /cross-tools

Location:
BOOK
Files:
32 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/64/e2fsprogs.xml

    r6eb13f4 r6c19f5e  
    3535    xpointer="xpointer(//*[@os='c'])"/>
    3636
    37 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
     37<screen os="aa"><userinput>CC="${CC} ${BUILD64}" \
    3838  ../configure --prefix=/tools --enable-elf-shlibs \
    3939    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     
    4949    xpointer="xpointer(//*[@os='f'])"/>
    5050
    51 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \
    52     LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" \
    53     LDFLAGS="-Wl,-rpath,/tools/lib"</userinput></screen>
     51    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     52    href="../common/e2fsprogs.xml"
     53    xpointer="xpointer(//*[@os='g'])"/>
    5454
    5555    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/64/eudev.xml

    r6eb13f4 r6c19f5e  
    2626    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib -lblkid" \
    29     KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib -lkmod" \
    30     CC="${CC} ${BUILD64}" ./configure --prefix=/tools --build=${CLFS_HOST} \
     28<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools --build=${CLFS_HOST} \
    3129    --host=${CLFS_TARGET}  --disable-introspection --disable-gtk-doc-html \
    3230    --disable-gudev --disable-keymap --with-firmware-path=/tools/lib/firmware \
  • BOOK/boot/64/kmod.xml

    r6eb13f4 r6c19f5e  
    3535    xpointer="xpointer(//*[@os='a'])"/>
    3636
    37 <screen os="b"><userinput>PKG_CONFIG= liblzma_CFLAGS="-I/tools/include" \
    38     liblzma_LIBS="-L/tools/lib -llzma" \
    39     zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \
    40     CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     37<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    4138    --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib</userinput></screen>
    4239
  • BOOK/boot/common/e2fsprogs.xml

    r6eb13f4 r6c19f5e  
    3535    xpointer="xpointer(//*[@os='c'])"/>
    3636
    37 <screen os="aa"><userinput>PKG_CONFIG=true \
    38   ../configure --prefix=/tools \
     37<screen os="aa"><userinput>../configure --prefix=/tools \
    3938    --enable-elf-shlibs --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4039    --disable-libblkid --disable-libuuid --disable-fsck \
     
    5857    xpointer="xpointer(//*[@os='f'])"/>
    5958
    60 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \
    61     LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid"</userinput></screen>
     59    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     60    href="../../final-system/common/e2fsprogs.xml"
     61    xpointer="xpointer(//*[@os='g'])"/>
    6262
    6363    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/common/eudev.xml

    r6eb13f4 r6c19f5e  
    2828   <para os="a">Prepare Eudev for compilation:</para>
    2929
    30 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib -lblkid" \
    31     KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib -lkmod" \
    32     ./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     30<screen os="b"><userinput>./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3331    --disable-introspection --disable-gtk-doc-html \
    3432    --disable-gudev --disable-keymap --with-firmware-path=/lib/firmware \
  • BOOK/boot/common/kmod.xml

    r6eb13f4 r6c19f5e  
    3333    xpointer="xpointer(//*[@os='a'])"/>
    3434
    35 <screen os="b"><userinput>PKG_CONFIG= liblzma_CFLAGS="-I/tools/include" \
    36     liblzma_LIBS="-L/tools/lib -llzma" \
    37     zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \
    38     ./configure --prefix=/tools \
     35<screen os="b"><userinput>./configure --prefix=/tools \
    3936    --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib</userinput></screen>
    4037
  • BOOK/boot/multilib/e2fsprogs.xml

    r6eb13f4 r6c19f5e  
    4141    xpointer="xpointer(//*[@os='c'])"/>
    4242
    43 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
     43<screen os="aa"><userinput>CC="${CC} ${BUILD64}" \
    4444  ../configure --prefix=/tools --enable-elf-shlibs \
    4545    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     
    5555    xpointer="xpointer(//*[@os='f'])"/>
    5656
    57 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \
    58     LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" \
    59     LDFLAGS="-Wl,-rpath,/tools/lib64"</userinput></screen>
     57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     58    href="../common/e2fsprogs.xml"
     59    xpointer="xpointer(//*[@os='g'])"/>
    6060
    6161    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/multilib/eudev.xml

    r6eb13f4 r6c19f5e  
    2626    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib64 -lblkid" \
    29     KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib64 -lkmod" \
    30     CC="${CC} ${BUILD64}" ./configure --prefix=/tools --build=${CLFS_HOST} \
     28<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools --build=${CLFS_HOST} \
    3129    --host=${CLFS_TARGET} --libdir=/tools/lib64 --with-rootlibdir=/tools/lib64 \
    3230    --disable-introspection --disable-gtk-doc-html --disable-gudev \
  • BOOK/boot/multilib/kmod.xml

    r6eb13f4 r6c19f5e  
    3535    xpointer="xpointer(//*[@os='a'])"/>
    3636
    37 <screen os="b"><userinput>PKG_CONFIG= liblzma_CFLAGS="-I/tools/include" \
    38     liblzma_LIBS="-L/tools/lib64 -llzma" \
    39     zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib64 -lz" \
    40     CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     37<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    4138    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4239    --libdir=/tools/lib64 --with-xz --with-zlib</userinput></screen>
  • BOOK/boot/ppc64/e2fsprogs-libs.xml

    r6eb13f4 r6c19f5e  
    4646    xpointer="xpointer(//*[@os='c'])"/>
    4747
    48 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG=true \
     48<screen os="aa"><userinput>CC="${CC} ${BUILD32}" \
    4949  ../configure --prefix=/tools --enable-elf-shlibs \
    5050    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     
    6060    xpointer="xpointer(//*[@os='f'])"/>
    6161
    62 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \
    63     LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" libs</userinput></screen>
     62    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     63    href="../common/e2fsprogs.xml"
     64    xpointer="xpointer(//*[@os='g'])"/>
    6465
    6566    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/ppc64/e2fsprogs.xml

    r6eb13f4 r6c19f5e  
    5454    xpointer="xpointer(//*[@os='c'])"/>
    5555
    56 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
     56<screen os="aa"><userinput>CC="${CC} ${BUILD64}" \
    5757  ../configure --prefix=/tools --enable-elf-shlibs \
    5858    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     
    6868    xpointer="xpointer(//*[@os='f'])"/>
    6969
    70 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \
    71     LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" libs
    72 make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" LIBBLKID="-lblkid" \
    73     STATIC_LIBBLKID="-lblkid" LDFLAGS="-Wl,-rpath,/tools/lib64" -C e2fsck/</userinput></screen>
     70<screen os="g"><userinput>make libs
     71make -C e2fsck/</userinput></screen>
    7472
    7573    <para os="i">Install the e2fsck binary:</para>
  • BOOK/cross-tools/mips-chapter.xml

    r6eb13f4 r6c19f5e  
    2020  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config-lite.xml"/>
    2223  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gmp.xml"/>
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/>
  • BOOK/cross-tools/mips64-64-chapter.xml

    r6eb13f4 r6c19f5e  
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config-lite.xml"/>
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gmp.xml"/>
    2425  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/>
  • BOOK/cross-tools/mips64-chapter.xml

    r6eb13f4 r6c19f5e  
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/pkg-config-lite.xml"/>
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gmp.xml"/>
    2425  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/>
  • BOOK/cross-tools/ppc-chapter.xml

    r6eb13f4 r6c19f5e  
    2020  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config-lite.xml"/>
    2223  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gmp.xml"/>
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/>
  • BOOK/cross-tools/ppc64-64-chapter.xml

    r6eb13f4 r6c19f5e  
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config-lite.xml"/>
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gmp.xml"/>
    2425  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/>
  • BOOK/cross-tools/ppc64-chapter.xml

    r6eb13f4 r6c19f5e  
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/pkg-config-lite.xml"/>
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gmp.xml"/>
    2425  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/>
  • BOOK/cross-tools/sparc-chapter.xml

    r6eb13f4 r6c19f5e  
    2020  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config-lite.xml"/>
    2223  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gmp.xml"/>
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/>
  • BOOK/cross-tools/sparc64-64-chapter.xml

    r6eb13f4 r6c19f5e  
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config-lite.xml"/>
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gmp.xml"/>
    2425  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/>
  • BOOK/cross-tools/sparc64-chapter.xml

    r6eb13f4 r6c19f5e  
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/pkg-config-lite.xml"/>
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gmp.xml"/>
    2425  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/>
  • BOOK/cross-tools/x86-chapter.xml

    r6eb13f4 r6c19f5e  
    2020  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config-lite.xml"/>
    2223  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gmp.xml"/>
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/>
  • BOOK/cross-tools/x86_64-64-chapter.xml

    r6eb13f4 r6c19f5e  
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config-lite.xml"/>
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gmp.xml"/>
    2425  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/>
  • BOOK/cross-tools/x86_64-chapter.xml

    r6eb13f4 r6c19f5e  
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/pkg-config-lite.xml"/>
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gmp.xml"/>
    2425  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/>
  • BOOK/introduction/common/changelog.xml

    r6eb13f4 r6c19f5e  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>18 May 2014</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Added Pkg-config-lite to Cross-Tools and removed
     44          PKG_CONFIG parameters from temp-system and boot packages.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
    3849    <listitem>
    3950      <para>17 May 2014</para>
  • BOOK/temp-system/64/check.xml

    r6eb13f4 r6c19f5e  
    2626    xpointer="xpointer(//*[@os='c'])"/>
    2727
    28 <screen os="d"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure --prefix=/tools \
     28<screen os="d"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    2929    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    30 
    31     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    32     href="../common/check.xml"
    33     xpointer="xpointer(//*[@os='e'])"/>
    3430
    3531    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/64/util-linux.xml

    r6eb13f4 r6c19f5e  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure --prefix=/tools \
     29<screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3131    --disable-makeinstall-chown --disable-makeinstall-setuid</userinput></screen>
  • BOOK/temp-system/common/check.xml

    r6eb13f4 r6c19f5e  
    2727    <para os="c">Prepare Check for compilation:</para>
    2828
    29 <screen os="d"><userinput>PKG_CONFIG= ./configure --prefix=/tools \
     29<screen os="d"><userinput>./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    31 
    32     <variablelist os="e">
    33       <title>The meaning of the new configure option:</title>
    34 
    35       <varlistentry>
    36         <term><parameter>PKG_CONFIG=</parameter></term>
    37         <listitem>
    38           <para>Prevents check from using <command>pkg-config</command> to
    39           search for additional packages that may be on the host but
    40           won't exist inside the temporary build environment.</para>
    41         </listitem>
    42       </varlistentry>
    43 
    44     </variablelist>
    4531
    4632    <para os="f">Build the package:</para>
  • BOOK/temp-system/common/make.xml

    r6eb13f4 r6c19f5e  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="aa"><userinput>PKG_CONFIG= ./configure --prefix=/tools \
     29<screen os="aa"><userinput>./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
  • BOOK/temp-system/common/util-linux.xml

    r6eb13f4 r6c19f5e  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>PKG_CONFIG= ./configure --prefix=/tools \
     29<screen os="b"><userinput>./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3131    --disable-makeinstall-chown --disable-makeinstall-setuid</userinput></screen>
  • BOOK/temp-system/multilib/check.xml

    r6eb13f4 r6c19f5e  
    2626    xpointer="xpointer(//*[@os='c'])"/>
    2727
    28 <screen os="d"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure --prefix=/tools \
     28<screen os="d"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    2929    --build=${CLFS_HOST} --host=${CLFS_TARGET}  --libdir=/tools/lib64</userinput></screen>
    30 
    31     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    32     href="../common/check.xml"
    33     xpointer="xpointer(//*[@os='e'])"/>
    3430
    3531    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/make.xml

    r6eb13f4 r6c19f5e  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="aa"><userinput>PKG_CONFIG= CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     29<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3030   --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
  • BOOK/temp-system/multilib/util-linux.xml

    r6eb13f4 r6c19f5e  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure --prefix=/tools \
     29<screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3131    --libdir='${prefix}'/lib64 --disable-makeinstall-chown \
Note: See TracChangeset for help on using the changeset viewer.