Ignore:
Timestamp:
02/18/2014 04:07:01 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
e2c4848
Parents:
58c8823
Message:

Some more fixes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/libdbus.xml

    r58c8823 r720f253  
    5151    <para>Prepare Libdbus for compilation:</para>
    5252
    53 <screen><userinput remap="configure">./configure --prefix=/usr \
     53<screen><userinput remap="configure">./configure --prefix=/usr     \
    5454            --sysconfdir=/etc \
    55             --localstatedir=/var \
    56             --libexecdir=/usr/lib/dbus-1.0 \
    57             --disable-static</userinput></screen>
     55            --localstatedir=/var</userinput></screen>
    5856
    5957    <para>Compile the package:</para>
     
    9492      <seglistitem>
    9593        <seg>none</seg>
    96         <seg>libdbus-1.so</seg>
     94        <seg>libdbus-1.{a,so}</seg>
    9795        <seg>/usr/include/dbus-1.0, /usr/lib/dbus-1.0</seg>
    9896      </seglistitem>
     
    104102      <?dbhtml list-presentation="table"?>
    105103
    106       <varlistentry id="libdbus-lib">
    107         <term><filename class="libraryfile">libdbus-1.so</filename></term>
     104      <varlistentry id="libdbus-1">
     105        <term><filename class="libraryfile">libdbus-1</filename></term>
    108106        <listitem>
    109107          <para>Contains API functions used to communicate with the D-Bus
    110108          message bus.</para>
    111           <indexterm zone="ch-system-libdbus libdbus-lib">
     109          <indexterm zone="ch-system-libdbus libdbus-1">
    112110            <primary sortas="c-libdbus">libdbus</primary>
    113111          </indexterm>
Note: See TracChangeset for help on using the changeset viewer.