Changeset fd8f285


Ignore:
Timestamp:
04/30/2015 10:31:38 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
288e723d
Parents:
1bea834
Message:

Nettle-3.1.1: remove version libraries in the install command.
GnuTLS-3.4.0 and glib-networking-2.44.0: tag gcc5.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/glib-networking.xml

    r1bea834 rfd8f285  
    3737    </para>
    3838
    39     &lfs77_checked;
     39    &lfs77_checked; &gcc5_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/gnutls.xml

    r1bea834 rfd8f285  
    5454    </para>
    5555
    56     &lfs77_checked;
     56    &lfs77_checked; &gcc5_checked;
    5757
    5858    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/nettle.xml

    r1bea834 rfd8f285  
    107107
    108108<screen role="root"><userinput>make install &amp;&amp;
    109 chmod -v 755 /usr/lib/libhogweed.so.4.1 /usr/lib/libnettle.so.6.1 &amp;&amp;
    110 install -v -m755 -d /usr/share/doc/nettle-&nettle-version; &amp;&amp;
     109chmod   -v   755 /usr/lib/lib{hogweed,nettle}.so &amp;&amp;
     110install -v -m755 -d /usr/share/doc/nettle-&nettle-version;  &amp;&amp;
    111111install -v -m644 nettle.html /usr/share/doc/nettle-&nettle-version;</userinput></screen>
    112112
Note: See TracChangeset for help on using the changeset viewer.