Changeset 6323e0b4


Ignore:
Timestamp:
12/22/2017 12:43:45 AM (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.2, 8.3, 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:
b4e1b81
Parents:
c08f499
Message:

Fix enchant so pther packages can find the libraries

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/enchant.xml

    rc08f499 r6323e0b4  
    8989    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9090
    91 <screen role="root"><userinput>make install</userinput></screen>
     91<screen role="root"><userinput>make install                                   &amp;&amp;
     92rm -rf /usr/include/enchant                    &amp;&amp;
     93ln -sfv enchant-2       /usr/include/enchant   &amp;&amp;
     94ln -sfv libenchant-2.so /usr/lib/libenchant.so &amp;&amp;
     95ln -sfv enchant-2.pc    /usr/lib/pkgconfig/enchant.pc</userinput></screen>
    9296
    9397  </sect2>
     
    98102    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    99103      href="../../xincludes/static-libraries.xml"/>
     104
     105    <para>
     106      <command>rm -rf /usr/include/enchant</command>;
     107      <command>ln -sfn ...</command>: Create symlinks for this packge
     108      version so that other other packages can find it using the old name.
     109    </para>
    100110
    101111  </sect2>
Note: See TracChangeset for help on using the changeset viewer.