Changeset f8888e6


Ignore:
Timestamp:
05/13/2021 05:56:47 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
5f06841
Parents:
012667f2
Message:

popt: Dropped the commands for moving libpopt.so to /lib (usr-merge)
popt: Added a bridgehead for Optional dependencies

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/popt.xml

    r012667f2 rf8888e6  
    7272
    7373    <bridgehead renderas="sect3">popt Dependencies</bridgehead>
     74
     75    <bridgehead renderas="sect4">Optional</bridgehead>
    7476    <para role="optional">
    7577      <xref linkend="doxygen"/> (for generating documentation)
     
    108110    </para>
    109111
    110 <screen role="root"><userinput>make install &amp;&amp;
    111 mv /usr/lib/libpopt.so.* /lib &amp;&amp;
    112 ln -sfv ../../lib/$(readlink /usr/lib/libpopt.so) /usr/lib/libpopt.so</userinput></screen>
     112<screen role="root"><userinput>make install</userinput></screen>
    113113
    114114    <para>
     
    130130      href="../../xincludes/static-libraries.xml"/>
    131131
     132    <!-- FIXME Removed due to merged-/usr changes
    132133    <para>
    133134      <command>mv /usr/lib/libpopt.so.* /lib</command> and
     
    137138      <xref linkend="efibootmgr"/> is installed and linked to popt.
    138139    </para>
     140    -->
    139141
    140142  </sect2>
  • introduction/welcome/changelog.xml

    r012667f2 rf8888e6  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Removed the instructions for moving the popt library
     49          in the event that /usr is not available.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[renodr] - Update to libidn2-2.3.1. Fixes
    4953          <ulink url="&blfs-ticket-root;15035">#15035</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.