Ignore:
Timestamp:
12/10/2013 11:37:38 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
112db9d
Parents:
f2a5108
Message:

Import new branch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/libdbus.xml

    rf2a5108 rb1a51ac1  
    4343    <title>Installation of Libdbus</title>
    4444
     45    <note>
     46      <para><application>Libdbus</application> is part of the D-Bus sources.
     47      You should first unpack the D-Bus tarball and change to the
     48      <filename>dbus-&dbus-version;</filename> directory.</para>
     49    </note>
     50
    4551    <para>Prepare Libdbus for compilation:</para>
    4652
    47 <screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen>
     53<screen><userinput remap="configure">./configure --prefix=/usr \
     54            --sysconfdir=/etc \
     55            --localstatedir=/var \
     56            --libexecdir=/usr/lib/dbus-1.0 \
     57            --disable-static</userinput></screen>
    4858
    4959    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.