Changeset e0ed60d for chapter06


Ignore:
Timestamp:
11/28/2014 02:38:19 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
fcf4c6c
Parents:
1f57a0d
Message:

Updated to systemd-217.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r1f57a0d re0ed60d  
    6262<screen><userinput remap="pre">sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")</userinput></screen>
    6363
    64     <para>Apply a patch so that compat <command>pkg-config</command> files get
    65     installed without installing compat libs which are useless on LFS:</para>
     64    <para>Apply the following patch so that compat <command>pkg-config</command> files
     65    get installed without installing compat libs which are useless on LFS:</para>
    6666
    6767<screen><userinput remap="pre">patch -Np1 -i ../&systemd-compat-patch;</userinput></screen>
     68
     69    <para>Also, apply the following patch to fix various bugs that have been
     70    addressed upstream:</para>
     71
     72<screen><userinput remap="pre">patch -Np1 -i ../&systemd-fixes-patch;</userinput></screen>
    6873
    6974    <para>Prepare systemd for compilation:</para>
     
    176181<screen><userinput remap="test">sed -e "s:test/udev-test.pl::g"              \
    177182    -e "s:test-bus-cleanup\$(EXEEXT) ::g"    \
     183    -e "s:test-cgroup-mask\$(EXEEXT) ::g"    \
    178184    -e "s:test-condition-util\$(EXEEXT) ::g" \
    179185    -e "s:test-dhcp6-client\$(EXEEXT) ::g"   \
Note: See TracChangeset for help on using the changeset viewer.