Changeset aa5632c


Ignore:
Timestamp:
11/21/2005 07:23:11 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
6ce5255
Parents:
a49d0f2d
Message:

Added --disable-python to the configure command in the D-BUS instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    ra49d0f2d raa5632c  
    7272    X (<xref linkend="xorg"/> or <xref linkend="xfree86"/>),
    7373    <xref linkend="gcc"/> (for the Java compiler and tools),
    74     <ulink url="http://nz.cosc.canterbury.ac.nz/~greg/python/Pyrex/">Pyrex</ulink>,
    75     <ulink url="http://go-mono.org">Mono</ulink>,
     74    <ulink url="http://nz.cosc.canterbury.ac.nz/~greg/python/Pyrex/">Pyrex</ulink>
     75    (requires <xref linkend="python"/>),
     76    <ulink url="http://go-mono.org">Mono</ulink> (and
     77    <ulink url="http://www.mono-project.com/GtkSharp">GtkSharp-1.0.x</ulink>),
    7678    <xref linkend="doxygen"/> and
    7779    <ulink url="http://cyberelk.net/tim/xmlto/">xmlto</ulink></para>
     
    111113<screen><userinput>./configure --prefix=/usr \
    112114            --sysconfdir=/etc \
    113             --localstatedir=/var &amp;&amp;
     115            --localstatedir=/var \
     116            --disable-python &amp;&amp;
    114117make</userinput></screen>
    115118
     
    132135    <filename class="directory">/var/run/dbus</filename> instead of
    133136    <filename class="directory">/usr/var/run/dbus</filename>.</para>
     137
     138    <para><parameter>--disable-python</parameter>: This parameter is required
     139    if <application>Python</application> is not installed. Remove the parameter
     140    if <application>Python</application> (and <application>Pyrex</application>)
     141    is installed and you wish to build the
     142    <application>Python</application> bindings.</para>
    134143
    135144  </sect2>
  • introduction/welcome/changelog.xml

    ra49d0f2d raa5632c  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added --disable-python to the configure command in
     49          the D-BUS instructions to fix a broken build identified by Filip
     50          Bartmann.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[randy] - Added --disable-libwrap to the configure command in
    4954          the Stunnel instructions to fix a broken build identified by Filip
Note: See TracChangeset for help on using the changeset viewer.