Changeset aee85523


Ignore:
Timestamp:
09/05/2018 07:51:47 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
c4a9102
Parents:
5e35dc3f
Message:

Add comments about .la files when installing glib

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r5e35dc3f raee85523  
    148148<screen><userinput>patch -Np1 -i ../glib-&glib2-version;-skip_warnings-1.patch</userinput></screen>
    149149
    150 <!--    <warning>
     150    <warning>
    151151      <para>
     152
    152153        If upgrading from a previous version of GLib that was built using
    153         autotools, and the <application>libtool</application> archives were
    154         installed, you will need to adjust all installed libtool archives to
    155         replace references to the libtool archives for this package,
     154        autotools, and the <application>libtool</application> archives (.la
     155        files) were installed, you will need to adjust all installed libtool
     156        archives,
    156157        <filename>/usr/lib/libg{io,lib,module,object,thread}-2.0.la</filename>,
    157         with the appropriate linker library flag (-l),
    158         <command>-lg{io,lib,module,object,thread}</command>. 600+ files must
    159         be modified on a complete gnome desktop.
    160 TODO: If reinstating meson, reference the instructions to remove .la files
     158        to replace references to the libtool archives for this package with the
     159        appropriate linker library flag (-l),
     160        <command>-lg{io,lib,module,object,thread}</command>. 600+ files must be
     161        modified on a complete gnome desktop.i
     162     
     163      </para>
     164
     165      <para>
     166         Alternatively, you can just remove the unneeded .la files
     167         with the script at <xref linkend="la-files"/>.
    161168      </para>
    162169    </warning>
    163 -->
     170
    164171    <para>
    165172      Install <application>GLib</application> by running the following
     
    201208<!-- <screen role="root"><userinput>make install</userinput></screen> -->
    202209<!-- used when built with meson/ninja -->
    203 <screen role="root"><userinput>mkdir -p /usr/share/doc/glib-&glib2-version; &amp;&amp;
     210<screen role="root"><userinput>ninja install &amp;&amp;
     211
     212mkdir -p /usr/share/doc/glib-&glib2-version; &amp;&amp;
    204213cp -r ../docs/reference/{NEWS,gio,glib,gobject} /usr/share/doc/glib-&glib2-version;</userinput></screen>
    205214
  • introduction/welcome/conventions.xml

    r5e35dc3f raee85523  
    110110    <para>These dependencies are those that the BLFS editors have determined
    111111    are important to give the package reasonable capabilities.  Package
    112     installation instructions assume thay are installed.  If a recommended
     112    installation instructions assume they are installed.  If a recommended
    113113    package is not desired, the instructions may need to be modified to
    114114    accommodate the missing package.</para>
Note: See TracChangeset for help on using the changeset viewer.