Ignore:
Timestamp:
02/15/2014 12:40:11 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
3e2ac00
Parents:
e88c73c
Message:

Merge latest LFS SVN.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10468 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/e2fsprogs.xml

    re88c73c rf8756ab  
    4545    <title>Installation of E2fsprogs</title>
    4646
     47    <para>First fix a problem with running regression tests in the LFS chroot
     48    environment:</para>
     49
     50<screen><userinput remap="pre">sed -i -e 's|^LD_LIBRARY_PATH.*|&amp;:/tools/lib|' tests/test_config</userinput></screen>
     51
    4752    <para>The E2fsprogs documentation recommends that the package be built in
    4853    a subdirectory of the source tree: </para>
     
    5358    <para>Prepare E2fsprogs for compilation:</para>
    5459
    55 <screen><userinput remap="configure">export PKG_CONFIG_PATH=/tools/lib/pkgconfig
    56 
    57 LIBS=-L/tools/lib                  \
    58 CFLAGS=-I/tools/include            \
    59 ../configure --prefix=/usr         \
    60              --with-root-prefix="" \
    61              --enable-elf-shlibs   \
    62              --disable-libblkid    \
    63              --disable-libuuid     \
    64              --disable-uuidd       \
     60<screen><userinput remap="configure">LIBS=-L/tools/lib                    \
     61CFLAGS=-I/tools/include              \
     62PKG_CONFIG_PATH=/tools/lib/pkgconfig \
     63../configure --prefix=/usr           \
     64             --with-root-prefix=""   \
     65             --enable-elf-shlibs     \
     66             --disable-libblkid      \
     67             --disable-libuuid       \
     68             --disable-uuidd         \
    6569             --disable-fsck</userinput></screen>
    6670
     
    132136<screen><userinput remap="install">make install</userinput></screen>
    133137
    134     <para>Install the static libraries and headers and do some clean up:</para>
    135 
    136 <screen><userinput remap="install">make install-libs
    137 unset PKG_CONFIG_PATH</userinput></screen>
     138    <para>Install the static libraries and headers:</para>
     139
     140<screen><userinput remap="install">make install-libs</userinput></screen>
    138141
    139142    <para>Make the installed static libraries writable so debugging symbols can
Note: See TracChangeset for help on using the changeset viewer.