Ignore:
Timestamp:
06/14/2014 07:51:45 PM (10 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
c09761a
Parents:
6f34f43
Message:

Synchronized with LFS-SVN-20140611.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r6f34f43 r61ce0b1  
    4848HAVE_BLKID=1
    4949BLKID_LIBS="-lblkid"
    50 BLKID_CFLAGS="-I/tools/include/blkid"</literal>
     50BLKID_CFLAGS="-I/tools/include/blkid"
     51cc_cv_CFLAGS__flto=no</literal>
    5152EOF</userinput></screen>
    5253
    53     <para>Aditionally, fix a build error when using Util-Linux built in
     54    <para>Additionally, fix a build error when using Util-Linux built in
    5455    Chapter 5:</para>
    5556
     
    6364    <para>Prepare Systemd for compilation:</para>
    6465
    65 <screen><userinput remap="configure">./configure --prefix=/usr                                           \
     66<screen><userinput remap="configure">CFLAGS="-fno-lto" ./configure --prefix=/usr                         \
    6667            --sysconfdir=/etc                                       \
    6768            --localstatedir=/var                                    \
Note: See TracChangeset for help on using the changeset viewer.