Ignore:
Timestamp:
06/19/2019 06:19:25 PM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
5839010
Parents:
5d327ae
Message:

MultiLib: Merge changes from trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/eudev.xml

    r5d327ae ra3df607  
    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
     
    197202    initial database:</para>
    198203
    199 <screen><userinput>LD_LIBRARY_PATH=/tools/lib udevadm hwdb --update</userinput></screen>
     204<!--<screen><userinput>LD_LIBRARY_PATH=/tools/lib udevadm hwdb - -update</userinput></screen>-->
     205<screen><userinput>udevadm hwdb --update</userinput></screen>
    200206
    201207    <para>This command needs to be run each time the hardware information is
Note: See TracChangeset for help on using the changeset viewer.