Ignore:
Timestamp:
08/22/2014 08:17:40 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
c8b42e01
Parents:
6283ab1
Message:

Update systemd instructions. Add standard ac flags to cairo to surpress awful amount of warnings.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13988 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r6283ab1 rb13775d  
    109109      <xref linkend="gtk-doc"/>,
    110110      <xref linkend="libgcrypt"/>,
     111      <xref linkend="libidn"/>,
    111112      <xref linkend="python3"/>,
     113      <xref linkend="valgrind"/>,
    112114      <ulink url="https://code.google.com/p/cryptsetup/">cryptsetup</ulink>,
    113115      <ulink url="https://www.gnu.org/software/libmicrohttpd/">libmicrohttpd</ulink>,
    114116      <ulink url="http://fukuchi.org/works/qrencode/">libqrencode</ulink>,
    115       <ulink url="http://sourceforge.net/projects/libseccomp/">libseccomp</ulink>, and
    116       <ulink url="http://lxml.de/">lxml</ulink> (Python Module)
     117      <ulink url="http://sourceforge.net/projects/libseccomp/">libseccomp</ulink>,
     118      <ulink url="http://lxml.de/">lxml</ulink> (Python Module), and
     119      <ulink url="https://code.google.com/p/lz4/">lz4</ulink>
    117120    </para>
    118121
     
    158161    </para>
    159162
    160 <screen><userinput>./configure --prefix=/usr          \
     163<screen><userinput>cc_cv_CFLAGS__flto=no              \
     164./configure --prefix=/usr          \
    161165            --sysconfdir=/etc      \
    162166            --localstatedir=/var   \
     
    164168            --with-rootlibdir=/lib \
    165169            --enable-split-usr     \
     170            --disable-firstboot    \
     171            --disable-ldconfig     \
     172            --disable-sysusers     \
    166173            --docdir=/usr/share/doc/systemd-${SYSTEMD_VERSION} &amp;&amp;
    167174make</userinput></screen>
     
    195202
    196203   <para>
    197      Now, as the <systemitem class="username">root</systemitem>
    198     user:</para>
     204     Now, as the <systemitem class="username">root</systemitem> user:
     205   </para>
    199206
    200207<screen role="root"><userinput>make install</userinput></screen>
    201208
    202209    <para>
    203       Move the NSS myhostname library to <filename
    204       class="directory">/lib</filename> by running the
    205       following command as the <systemitem
     210      Move NSS libraries to <filename class="directory">/lib</filename>
     211      by running the following command as the <systemitem
    206212      class="username">root</systemitem> user:
    207213    </para>
    208214
    209 <screen role="root"><userinput>mv -v /usr/lib/libnss_myhostname.so.2 /lib</userinput></screen>
    210 
    211     <para>
    212       Remove an unnecessary directory by running the
    213       following command as the <systemitem
    214       class="username">root</systemitem> user:
     215<screen role="root"><userinput>mv -v /usr/lib/libnss_{myhostname,mymachines,resolve}.so.2 /lib</userinput></screen>
     216
     217    <para>
     218      Remove an unnecessary directory by running the following command
     219      as the <systemitem class="username">root</systemitem> user:
    215220    </para>
    216221
     
    218223
    219224    <para>
    220       Remove a reference to a non-existent group by running
    221       the following command as the <systemitem
    222       class="username">root</systemitem> user:
     225      Remove a reference to a non-existent group by running the following
     226      command as the <systemitem class="username">root</systemitem> user:
    223227    </para>
    224228
Note: See TracChangeset for help on using the changeset viewer.