Changeset 73eb857


Ignore:
Timestamp:
09/18/2020 06:54:34 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
13946c49
Parents:
71d9ded
Message:

glib2: Remove an old warning that contradicts the new one,

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r71d9ded r73eb857  
    153153
    154154<screen><userinput>patch -Np1 -i ../glib-&glib2-version;-skip_warnings-1.patch</userinput></screen>
    155 
    156     <warning>
    157       <para>
    158 
    159         If upgrading from a previous version of GLib that was built using
    160         autotools, and the <application>libtool</application> archives (.la
    161         files) were installed, you will need to adjust all installed libtool
    162         archives,
    163         <filename>/usr/lib/libg{io,lib,module,object,thread}-2.0.la</filename>,
    164         to replace references to the libtool archives for this package with the
    165         appropriate linker library flag (-l),
    166         <command>-lg{io,lib,module,object,thread}</command>. 600+ files must be
    167         modified on a complete gnome desktop.
    168      
    169       </para>
    170 
    171       <para>
    172          Alternatively, you can just remove the unneeded .la files
    173          with the script at <xref linkend="la-files"/>.
    174       </para>
    175     </warning>
    176155
    177156    <warning>
Note: See TracChangeset for help on using the changeset viewer.