Ignore:
Timestamp:
Jan 30, 2011, 1:25:46 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a4d251f, fd34dc3
Parents:
f586fdb
Message:

Remove the hackery from E2fsprogs that allows it to bypass pkg-config
and just rely on pkg-config now that we have it.

File:
1 edited

Legend:

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

    rf586fdb r27931b9  
    3737    <para os="c">Prepare E2fsprogs for compilation:</para>
    3838
    39 <screen os="d"><userinput>PKG_CONFIG=true ../configure --prefix=/usr --with-root-prefix="" \
     39<screen os="d"><userinput>../configure --prefix=/usr --with-root-prefix="" \
    4040    --enable-elf-shlibs --disable-libblkid \
    4141    --disable-libuuid --disable-fsck \
     
    7171    <para os="f">Compile the package:</para>
    7272
    73 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \
    74     LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid"</userinput></screen>
     73<screen os="g"><userinput>make</userinput></screen>
    7574
    7675    <para os="h">To test the results, issue:
Note: See TracChangeset for help on using the changeset viewer.