Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/multilib/eudev.xml

    r01b60c4 rd67421a  
    1313  <indexterm zone="ch-boot-eudev">
    1414    <primary sortas="a-Eudev">Eudev</primary>
    15     <secondary>boot</secondary>
    1615  </indexterm>
    1716
    1817  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eudev.xml"
     18  href="../common/eudev.xml"
    2019  xpointer="xpointer(//*[@role='package'])"/>
    2120
     
    2423
    2524    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../../final-system/common/eudev.xml"
     25    href="../common/eudev.xml"
    2726    xpointer="xpointer(//*[@os='a'])"/>
    2827
    2928<screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib64 -lblkid" \
    30 KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib64 -lkmod" \
    31 CC="${CC} ${BUILD64}" LDFLAGS="-Wl,-rpath,/tools/lib64:/lib64" \
    32     ./configure --prefix=/usr --build=${CLFS_HOST} \
    33     --host=${CLFS_TARGET} --with-rootprefix='' --enable-split-usr \
    34     --sysconfdir=/etc --libexecdir=/lib64 --bindir=/sbin --sbindir=/sbin \
    35     --libdir=/usr/lib64 --with-rootlibdir=/lib64 --disable-introspection \
    36     --disable-gtk-doc-html --disable-gudev --disable-keymap \
    37     --with-firmware-path=/lib/firmware --enable-libkmod</userinput></screen>
     29    KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib64 -lkmod" \
     30    CC="${CC} ${BUILD64}" ./configure --prefix=/tools --build=${CLFS_HOST} \
     31    --host=${CLFS_TARGET} --libdir=/tools/lib64 --with-rootlibdir=/tools/lib64 \
     32    --disable-introspection --disable-gtk-doc-html --disable-gudev \
     33    --disable-keymap --with-firmware-path=/lib/firmware --enable-libkmod</userinput></screen>
    3834
    3935    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    40     href="../../final-system/common/eudev.xml"
     36    href="../common/eudev.xml"
    4137    xpointer="xpointer(//*[@os='c'])"/>
    4238
    4339    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    44     href="../../final-system/common/eudev.xml"
     40    href="../common/eudev.xml"
    4541    xpointer="xpointer(//*[@os='d'])"/>
    4642
    4743    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    48     href="../../final-system/common/eudev.xml"
     44    href="../common/eudev.xml"
    4945    xpointer="xpointer(//*[@os='g'])"/>
    5046
     
    5450
    5551    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    56     href="../../final-system/common/eudev.xml"
     52    href="../common/eudev.xml"
    5753    xpointer="xpointer(//*[@os='r1'])"/>
    5854
     
    6359  </sect2>
    6460
    65   <sect2 role="content">
    66     <title/>
    67 
    68     <para>Details on this package are located in <xref
    69     linkend="contents-eudev" role="."/></para>
    70 
    71   </sect2>
     61  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     62  href="../common/eudev.xml"
     63  xpointer="xpointer(//*[@role='content'])"/>
    7264
    7365</sect1>
Note: See TracChangeset for help on using the changeset viewer.