Ignore:
Timestamp:
06/16/2019 09:09:30 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
590d4cbe
Parents:
ac95fdb
Message:

Update to vim-8.1.1535.
Update to shadow-4.7.
Update to linux-5.1.10.
Update to less-551.
Update to util-linux-2.34.
Remove eudev instructions referring to /tools.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/eudev.xml

    rac95fdb r76a706e  
    5050<screen><userinput remap="pre">sed -i '/keyboard_lookup_key/d' src/udev/udev-builtin-keyboard.c</userinput></screen>
    5151-->
     52<!--
    5253    <para>First, add a workaround to prevent the /tools directory from being
    5354    hard coded into Eudev binary files library locations:</para>
     
    5859BLKID_CFLAGS="-I/tools/include"
    5960EOF</userinput></screen>
    60 
     61-->
    6162<para>Prepare Eudev for compilation:</para>
    6263
     
    7071            --with-rootlibdir=/lib  \
    7172            --enable-manpages       \
    72             --disable-static        \
    73             --config-cache</userinput></screen>
     73            --disable-static</userinput></screen>
     74<!--           - -config-cache</userinput></screen> -->
    7475
    7576<para>Compile the package:</para>
    7677
     78<screen><userinput remap="make">make</userinput></screen>
     79<!--
    7780<screen><userinput remap="make">LIBRARY_PATH=/tools/lib make</userinput></screen>
    7881
     
    8285used to find libraries during the linking process.  LD_LIBRARY_PATH is
    8386used to find libraries during program execution.</para></note>
    84 
     87-->
    8588<para>Create some directories now that are needed for tests, but
    8689will also be used as a part of installation:</para>
     
    9194<para>To test the results, issue:</para>
    9295
    93 <screen><userinput remap="test">make LD_LIBRARY_PATH=/tools/lib check</userinput></screen>
     96<screen><userinput remap="test">make check</userinput></screen>
     97<!--<screen><userinput remap="test">make LD_LIBRARY_PATH=/tools/lib check</userinput></screen>-->
    9498
    9599    <para>Install the package:</para>
    96100
    97 <screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen>
     101<screen><userinput remap="install">make install</userinput></screen>
     102<!--<screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen>-->
    98103
    99104    <para>Install some custom rules and support files useful in an LFS
     
    124129    initial database:</para>
    125130
    126 <screen><userinput>LD_LIBRARY_PATH=/tools/lib udevadm hwdb --update</userinput></screen>
     131<!--<screen><userinput>LD_LIBRARY_PATH=/tools/lib udevadm hwdb - -update</userinput></screen>-->
     132<screen><userinput>udevadm hwdb --update</userinput></screen>
    127133
    128134    <para>This command needs to be run each time the hardware information is
Note: See TracChangeset for help on using the changeset viewer.