Ignore:
Timestamp:
03/10/2008 09:50:22 PM (16 years ago)
Author:
Robert Daniels <rdaniels@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
4318628
Parents:
77ac5a27
Message:

Update to KDE-3.5.9

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/kdebase.xml

    r77ac5a27 ra9bab6d  
    77  <!ENTITY kdebase-download-http "&kde-download-http;/kdebase-&kde-version;.tar.bz2">
    88  <!ENTITY kdebase-download-ftp  "&kde-download-ftp;/kdebase-&kde-version;.tar.bz2">
    9   <!ENTITY kdebase-md5sum        "a53f589f58012e655a52220a6a151019">
    10   <!ENTITY kdebase-size          "23.1 MB">
    11   <!ENTITY kdebase-buildsize     "265 MB (additional 33 MB for API docs)">
    12   <!ENTITY kdebase-time          "12.8 SBU (additional 0.4 SBU for API docs)">
     9  <!ENTITY kdebase-md5sum        "c8c35389a238aa1b73e68ef5298eadf8">
     10  <!ENTITY kdebase-size          "24 MB">
     11  <!ENTITY kdebase-buildsize     "273.6 MB (additional 17.3 MB for API docs)">
     12  <!ENTITY kdebase-time          "10.8 SBU (additional 8.4 SBU for API docs)">
    1313]>
    1414
     
    112112<screen><userinput>./configure --prefix=&kde-dir; --sysconfdir=/etc/kde \
    113113    --disable-debug --disable-dependency-tracking &amp;&amp;
    114 make</userinput></screen>
     114LD_LIBRARY_PATH="$KDE_PREFIX/lib" make</userinput></screen>
    115115
    116116    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    123123  </sect2>
    124124
     125  <sect2 role="commands">
     126    <title>Command Explanations</title>
     127   
     128    <para><parameter>LD_LIBRARY_PATH="$KDE_PREFIX/lib" make</parameter>: A bug in
     129    the kdebase buildsystem prevents kdelibs from being found by the Makefiles when
     130    kdelibs is installed in /opt.  Setting LD_LIBRARY_PATH works around the problem.</para>
     131   
     132  </sect2>
    125133  <sect2 role="configuration">
    126134    <title>Configuring Kdebase</title>
Note: See TracChangeset for help on using the changeset viewer.