Ignore:
Timestamp:
06/29/2014 02:59:21 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
5efe553
Parents:
abfa34b
Message:

Add users and groups required by newer systemd. Remove systemd lto workarounds, it has been fixed in version 214.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    rabfa34b r50acf59  
    4848HAVE_BLKID=1
    4949BLKID_LIBS="-lblkid"
    50 BLKID_CFLAGS="-I/tools/include/blkid"
    51 cc_cv_CFLAGS__flto=no</literal>
     50BLKID_CFLAGS="-I/tools/include/blkid"</literal>
    5251EOF</userinput></screen>
    5352
     
    6463    <para>Prepare Systemd for compilation:</para>
    6564
    66 <screen><userinput remap="configure">CFLAGS="-fno-lto" ./configure --prefix=/usr                         \
     65<screen><userinput remap="configure">./configure --prefix=/usr                         \
    6766            --sysconfdir=/etc                                       \
    6867            --localstatedir=/var                                    \
Note: See TracChangeset for help on using the changeset viewer.