Ignore:
Timestamp:
12/19/2016 09:36:08 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
ab31930
Parents:
c6ea0bd
Message:

Add instructions to graphviz and cmake that avoid installing files in /usr/lib64.
Update to poppler-0.50.0
Update to libqmi-1.16.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    rc6ea0bd r87ff6f30  
    77  <!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp       " ">
    9   <!ENTITY poppler-md5sum             "9e057ed8eee1f9979fa75d8f044783b8">
     9  <!ENTITY poppler-md5sum             "1a4c0cd873bddd8f266b85ab8d799962">
    1010  <!ENTITY poppler-size               "1.6 MB">
    1111  <!ENTITY poppler-buildsize          "49 MB (with Qt5 library)">
     
    170170    </para>
    171171
    172 <screen><userinput>./configure --prefix=/usr               \
     172<!-- Note: the sed is needed even if the /usr/lib64 symlink is not present -->
     173
     174<screen><userinput>sed -i "/was moved/s/^/#/" ltmain.sh &amp;&amp;
     175
     176./configure --prefix=/usr               \
    173177            --sysconfdir=/etc           \
    174178            --disable-static            \
     
    225229  <sect2 role="commands">
    226230    <title>Command Explanations</title>
     231
     232    <para>
     233      <command>sed ... ltmain.sh</command>: This command removes a lot
     234      of irritating invalid warnings.
     235    </para>
    227236
    228237    <para>
Note: See TracChangeset for help on using the changeset viewer.