Ignore:
Timestamp:
Apr 24, 2017, 10:21:28 AM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
0fa3c9f
Parents:
c831ac4
Message:

Update Systemd to 233. Remove some configure options, add some new configure options. Tidy up the xml. Remove the compat-libs patch.

File:
1 edited

Legend:

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

    rc831ac4 r216be86  
    2323
    2424    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    25     href="systemd.xml"
    26     xpointer="xpointer(//*[@os='mlw1'])"/>
     25    href="../common/systemd.xml"
     26    xpointer="xpointer(//*[@os='cc1'])"/>
    2727
    2828    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2929    href="../common/systemd.xml"
    30     xpointer="xpointer(//*[@os='p1'])"/>
     30    xpointer="xpointer(//*[@os='cc2'])"/>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3333    href="../common/systemd.xml"
    34     xpointer="xpointer(//*[@os='p2'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    37     href="systemd.xml"
    3834    xpointer="xpointer(//*[@os='a'])"/>
    3935
    40 <screen><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
     36<screen os="b"><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
    4137./configure \
    4238    --prefix=/usr \
    4339    --sysconfdir=/etc \
    4440    --localstatedir=/var \
    45     --libdir=/usr/lib32 \
    4641    --libexecdir=/usr/lib32 \
    4742    --docdir=/usr/share/doc/systemd-&systemd-version; \
     
    4944    --with-rootlibdir=/lib32 \
    5045    --enable-split-usr \
    51     --disable-gudev \
     46    --disable-firstboot \
     47    --disable-ldconfig \
     48    --disable-lto \
     49    --disable-sysusers \
     50    --with-default-dnssec=no \
    5251    --with-kbd-loadkeys=/bin/loadkeys \
    5352    --with-kbd-setfont=/bin/setfont \
    5453    --with-dbuspolicydir=/etc/dbus-1/system.d \
    55     --with-dbusinterfacedir=/usr/share/dbus-1/interfaces \
    5654    --with-dbussessionservicedir=/usr/share/dbus-1/services \
    5755    --with-dbussystemservicedir=/usr/share/dbus-1/system-services \
    58     cc_cv_CFLAGS__flto=no</userinput></screen>
     56    --config-cache</userinput></screen>
    5957
    6058    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    7472    xpointer="xpointer(//*[@os='k'])"/>
    7573
    76     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    77     href="../common/systemd.xml"
    78     xpointer="xpointer(//*[@os='n'])"/>
    79 
    80 <screen><userinput>mv -v /usr/lib32/libnss_myhostname.so.2 /lib32</userinput></screen>
    81 
    8274  </sect2>
    8375
Note: See TracChangeset for help on using the changeset viewer.