Ignore:
Timestamp:
03/31/2012 09:16:07 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7e48143
Parents:
b6c5448
Message:

removed eggdbus and old policykit, dbus 1.4.20, dbus-python 1.0.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9828 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    rb6c5448 r2fdcd9df  
    77  <!ENTITY dbus-download-http "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    88  <!ENTITY dbus-download-ftp  " ">
    9   <!ENTITY dbus-md5sum        "5944f93b194ce93d4c88142fc0e6b94b">
     9  <!ENTITY dbus-md5sum        "79eca2f2c1894ac347acce128314428b">
    1010  <!ENTITY dbus-size          "1.8 MB">
    1111  <!ENTITY dbus-buildsize     "100 MB">
     
    114114
    115115<screen role="root"><userinput>groupadd -g 18 messagebus &amp;&amp;
    116 useradd -c "D-BUS Message Daemon User" -d /var/lib/dbus \
     116useradd -c "D-BUS Message Daemon User" -d /var/run/dbus \
    117117        -u 18 -g messagebus -s /bin/false messagebus</userinput></screen>
    118118
     
    122122    to the <command>configure</command> command shown below):</para>
    123123
    124 <screen><userinput>sed "s@test_refs_LDADD =@&amp; -lgthread-2.0@" -i test/Makefile.in &amp;&amp;
    125 ./configure --prefix=/usr                   \
     124<screen><userinput>./configure --prefix=/usr                   \
    126125            --sysconfdir=/etc               \
    127126            --libexecdir=/usr/lib/dbus-1.0  \
     
    160159    <title>Command Explanations</title>
    161160
    162     <para><parameter>sed "s@test_refs_LDADD ..." -i test/Makefile.in</parameter>:
    163     Adds missing library to linker command line for dbus test program.</para>
    164 
    165     <para><parameter>--libexecdir=/usr/lib/dbus-1.0 </parameter>: This will
     161    <para><parameter>--libexecdir=/usr/lib/dbus-1.0</parameter>: This will
    166162    install binaries meant to be only used internally by
    167163    <application>D-BUS</application>, and the directory
     
    186182    </para>
    187183
    188     <para><parameter>--disable-static</parameter>: Prevent the static libraries
    189     being built and installed.</para>
     184    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     185    href="../../xincludes/static-libraries.xml"/>   
    190186
    191187  </sect2>
Note: See TracChangeset for help on using the changeset viewer.