Ignore:
Timestamp:
11/04/2011 09:03:36 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
fbb93edd
Parents:
6d15c62
Message:

Update to glib-2.31.0.
Update to pkg-config-0.26.
Remove gcc3.
More package reorganization.

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • general/prog/pkgconfig.xml

    r6d15c62 r08f1ff7  
    77  <!ENTITY pkgconfig-download-http "http://pkgconfig.freedesktop.org/releases/pkg-config-&pkgconfig-version;.tar.gz">
    88  <!ENTITY pkgconfig-download-ftp  "&gentoo-ftp-repo;/pkg-config-&pkgconfig-version;.tar.gz">
    9   <!-- <!ENTITY pkgconfig-download-ftp "&gnome-download-ftp;/pkgconfig/&pkgconfig-version;/pkgconfig-&pkgconfig-version;.tar.gz"> -->
    10   <!ENTITY pkgconfig-md5sum        "d922a88782b64441d06547632fd85744">
    11   <!ENTITY pkgconfig-size          "1.0 MB">
    12   <!ENTITY pkgconfig-buildsize     "12 MB">
    13   <!ENTITY pkgconfig-time          "0.3 SBU">
     9  <!ENTITY pkgconfig-md5sum        "47525c26a9ba7ba14bf85e01509a7234">
     10  <!ENTITY pkgconfig-size          "392 KB">
     11  <!ENTITY pkgconfig-buildsize     "3 MB">
     12  <!ENTITY pkgconfig-time          "less than 0.1 SBU">
    1413]>
    1514
     
    6059    <bridgehead renderas="sect3">Pkg-config Dependencies</bridgehead>
    6160
    62     <bridgehead renderas="sect4">Optional</bridgehead>
    63     <para role="optional"><xref linkend="GLib"/></para>
     61    <bridgehead renderas="sect4">Required</bridgehead>
     62    <para role="required"><xref linkend="GLib"/></para>
    6463
    6564    <para condition="html" role="usernotes">User Notes:
     
    7170    <title>Installation of pkg-config</title>
    7271
     72    <para>Fix a problem with one of Pkg-config's tests:</para>
     73
     74<screen><userinput>sed -i -e '21s/EXPECT_RETURN=1/EXPECT_RETURN=0/' check/check-cmd-options</userinput></screen>
     75
    7376    <para>Install <application>pkg-config</application> by running the
    7477    following commands:</para>
    7578
    76 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     79<screen><userinput>GLIB_LIBS=-lglib-2.0  GLIB_CFLAGS=-I/usr/include/glib-2.0  \
     80./configure --prefix=/usr &amp;&amp;
    7781make</userinput></screen>
     82
     83    <note><para>The make phase is known to fail if the configure option
     84    '<option>--with-installed-popt</option>' is used with <xref
     85    linkend="popt"/>.</para></note>
    7886
    7987    <para>To test the results, issue: <command>make check</command>. The
     
    99107    <title>Configuring pkg-config</title>
    100108
    101     <para>The default setting for <envar>PKG_CONFIG_PATH</envar> is
    102     <filename
     109    <para>The default setting for <envar>PKG_CONFIG_PATH</envar> is <filename
    103110    class='directory'>/usr/lib/pkgconfig:/usr/share/pkgconfig</filename>
    104111    because of the prefix used to install
    105     <application>pkg-config</application>. You may add
    106     to <envar>PKG_CONFIG_PATH</envar> by exporting additional paths on your
    107     system where <filename class='extension'>.pc</filename> files are
    108     installed. Note that <envar>PKG_CONFIG_PATH</envar> is only needed when
    109     compiling packages, not during run-time.</para>
     112    <application>pkg-config</application>. You may add to
     113    <envar>PKG_CONFIG_PATH</envar> by exporting additional paths on your system
     114    where <filename class='extension'>.pc</filename> files are installed. Note
     115    that <envar>PKG_CONFIG_PATH</envar> is only needed when compiling packages,
     116    not during run-time.</para>
    110117
    111118  </sect2>
Note: See TracChangeset for help on using the changeset viewer.