Changeset e130cf46


Ignore:
Timestamp:
07/27/2004 07:06:55 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
cb6de2e
Parents:
f3ed6a7
Message:

Added gcc34 patch to Glib-1.2.10 to fix a build problem when using GCC-2.4.x

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib.xml

    rf3ed6a7 re130cf46  
    1010<!ENTITY GLib-buildsize "7 MB">
    1111<!ENTITY GLib-time "0.26 SBU">
    12 
    1312]>
    1413
     
    1918<sect2>
    2019<title>Introduction to <application>GLib</application></title>
    21                                                                                
     20
    2221<para>The <application>glib</application> package contains a low-level core
    2322library. This is useful for providing data structure handling for C,
    2423portability wrappers and interfaces for such runtime functionality as an event
    2524loop, threads, dynamic loading, and an object system.</para>
    26                                                                                
     25
    2726<sect3><title>Package information</title>
    2827<itemizedlist spacing='compact'>
     
    3332<listitem><para>Estimated build time: &GLib-time;</para></listitem></itemizedlist>
    3433</sect3>
    35                                                                                
     34
     35<sect3><title>Additional downloads</title>
     36<itemizedlist spacing='compact'>
     37<listitem><para>Required Patch (when using
     38<application>GCC</application>-3.4.x): <ulink
     39url="&patch-root;/glib-&GLib-version;-gcc34-1.patch"/></para></listitem>
     40</itemizedlist></sect3>
     41
    3642</sect2>
    3743
    3844<sect2>
    3945<title>Installation of <application>GLib</application></title>
    40                                                                                
    41 <para>Install <application>glib</application> by running the following commands:</para>
    42                                                                                
    43 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     46
     47<para>Install <application>glib</application> by running the following
     48commands:</para>
     49
     50<screen><userinput><command>patch -Np1 -i ../glib-&GLib-version;-gcc34-1.patch &amp;&amp;
     51./configure --prefix=/usr &amp;&amp;
    4452make &amp;&amp;
    4553make install</command></userinput></screen>
    46                                                                                
     54
    4755</sect2>
    4856
    4957<sect2>
    5058<title>Contents</title>
    51                                                                                
    52 <para>The <application>glib</application> package contains <filename>libglib-1.2</filename> libraries.</para>
    53                                                                                
     59
     60<para>The <application>glib</application> package contains
     61<filename>libglib-1.2</filename> libraries.</para>
     62
    5463</sect2>
    55                                                                                
     64
    5665<sect2><title>Description</title>
    57                                                                                
     66
    5867<sect3><title>GLib libraries</title>
    5968<para><application>GLib</application> libraries contain a low-level core
    60 library for the <application><acronym>GIMP</acronym></application> Toolkit.</para></sect3>
    61                                                                                
    62                                                                                
     69library for the <application><acronym>GIMP</acronym></application>
     70Toolkit.</para></sect3>
     71
    6372</sect2>
    6473
  • introduction/welcome/changelog.xml

    rf3ed6a7 re130cf46  
    2020
    2121<listitem><para>July 27th, 2004 [randy]: Added pkgconfig as an optional
    22 dependency of XFree86 and Xorg; added gcc34 patch to OpenSP to fix a build
    23 problem with GCC-3.4.x.</para></listitem>
     22dependency of XFree86 and Xorg; added gcc34 patch to OpenSP and Glib-1.2.10
     23to fix a build problem with GCC-3.4.x.</para></listitem>
    2424
    2525<listitem><para>July 25th, 2004 [randy]: Fixed patch name in ed
Note: See TracChangeset for help on using the changeset viewer.