Ignore:
Timestamp:
Dec 13, 2015, 4:21:52 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
fc86858d
Parents:
dbc5b02 (diff), c7477f8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'sysvinit' of clfs.org:cross-lfs into sysvinit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/eudev-n32.xml

    rdbc5b02 r991595cf  
    2929<screen os="b"><userinput>
    3030PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} \
    31 CC="gcc ${BUILDN32}" ./configure --prefix=/usr --sysconfdir=/etc \
    32     --with-rootprefix="" --libexecdir=/lib32 --enable-split-usr \
    33     --libdir=/usr/lib32 --with-rootlibdir=/lib32 --sbindir=/sbin \
    34     --bindir=/sbin --enable-rule_generator --disable-introspection \
    35     --disable-keymap --disable-gudev --disable-gtk-doc-html --enable-libkmod</userinput></screen>
     31CC="gcc ${BUILDN32}" \
     32./configure \
     33    --prefix=/usr \
     34    --sysconfdir=/etc \
     35    --with-rootprefix="" \
     36    --libexecdir=/lib32 \
     37    --enable-split-usr \
     38    --libdir=/usr/lib32 \
     39    --with-rootlibdir=/lib32 \
     40    --sbindir=/sbin \
     41    --bindir=/sbin \
     42    --enable-rule_generator \
     43    --disable-introspection \
     44    --disable-keymap \
     45    --disable-gudev \
     46    --disable-gtk-doc-html \
     47    --enable-libkmod</userinput></screen>
    3648
    3749    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.