Changeset c9aeb560


Ignore:
Timestamp:
09/27/2020 12:51:26 PM (4 years ago)
Author:
Tim Tassonis <stuff@…>
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:
288c825
Parents:
b5af71a
Message:
  • Fix libnsl installation.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb5af71a rc9aeb560  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[timtas] - Fix libnsl installation. Fixes
     49          <ulink url="&blfs-ticket-root;14069">#14069</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[pierre] - Remove the boot script installation for
    4953          AccountsServices (SysV): it is not needed since the daemon is
  • networking/netlibs/libnsl.xml

    rb5af71a rc9aeb560  
    121121<screen role="root"><userinput>make install                  &amp;&amp;
    122122mv /usr/lib/libnsl.so.2* /lib &amp;&amp;
    123 ln -sfv ../../lib/libnsl.so.2.0.0 /usr/lib/libnsl.so</userinput></screen>
     123ln -sfv ../../lib/libnsl.so.2.0.1 /usr/lib/libnsl.so</userinput></screen>
    124124
    125125  </sect2>
Note: See TracChangeset for help on using the changeset viewer.