Ignore:
Timestamp:
06/11/2014 07:00:42 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
1ae0f658
Parents:
0e501484
Message:

gparted-0.19.0
dbus-1.8.4
stunnel-5.02

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    r0e501484 r3d37094  
    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        "d6f709bbec0a022a1847c7caec9d6068">
     9  <!ENTITY dbus-md5sum        "4717cb8ab5b80978fcadf2b4f2f72e1b">
    1010  <!ENTITY dbus-size          "1.8 MB">
    11   <!ENTITY dbus-buildsize     "132 MB (additional 26 MB for tests)">
    12   <!ENTITY dbus-time          "0.5 SBU (additional 1.3 SBU for tests)">
     11  <!ENTITY dbus-buildsize     "109 MB (additional 42 MB for tests)">
     12  <!ENTITY dbus-time          "0.4 SBU (additional 1.4 SBU for tests)">
    1313]>
    1414
     
    129129    </para>
    130130
    131 <screen><userinput>./configure --prefix=/usr                  \
     131<screen><userinput>sed -i -e '539 s/exit/kill_bus_and_exit/' tools/dbus-launch.c &amp;&amp;<!--sed already fixed upstream, remove in next update-->
     132./configure --prefix=/usr                  \
    132133            --sysconfdir=/etc              \
    133134            --localstatedir=/var           \
     
    199200    <title>Command Explanations</title>
    200201
     202    <para><!--already fixed upstream, remove in next update-->
     203      <command>sed -i -e ... tools/dbus-launch.c</command>: fix
     204      <command>dbus-launch</command> to kill bus if we can't attach to a
     205      session when requested.
     206    </para>
    201207    <para>
    202208      <parameter>--with-console-auth-dir=/run/console/</parameter>: This
Note: See TracChangeset for help on using the changeset viewer.