Ignore:
Timestamp:
02/18/2014 02:24:31 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
720f253
Parents:
bbadc6d
Message:

Random fixes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    rbbadc6d r58c8823  
    5858    <para>Prepare Systemd for compilation:</para>
    5959
    60 <screen><userinput remap="configure">./configure --prefix=/usr \
    61             --sysconfdir=/etc \
    62             --localstatedir=/var \
    63             --libexecdir=/usr/lib \
     60<screen><userinput remap="configure">./configure --prefix=/usr                       \
     61            --sysconfdir=/etc                   \
     62            --localstatedir=/var                \
    6463            --docdir=/usr/share/doc/systemd-&systemd-version; \
    65             --config-cache \
    66             --with-rootprefix= \
    67             --with-rootlibdir=/lib \
    68             --enable-split-usr \
    69             --disable-gudev \
     64            --config-cache                      \
     65            --with-rootprefix=                  \
     66            --with-rootlibdir=/lib              \
     67            --enable-split-usr                  \
     68            --disable-gudev                     \
    7069            --without-python</userinput></screen>
    7170
     
    116115    <para>The package comes with a testsuite, but it doesn't work in
    117116    chroot. It needs to be run from a system booted using Systemd.</para>
     117
     118    <para>First prevent a broken test case from running:</para>
     119
     120<screen><userinput remap="test">sed -i s:test/udev-test.pl::g Makefile</userinput></screen>
     121
     122    <para>To test the results, issue:</para>
     123
     124<screen><userinput remap="test">make check</userinput></screen>
    118125
    119126    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.