Ignore:
Timestamp:
11/20/2015 06:17:07 PM (8 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.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:
66dadf9
Parents:
791e3e7d
Message:
  • Update to babl-0.1.14. Fix library name.
  • Gimp-2.8.14: fix build.
  • Update to harfbuzz-1.1.0.
  • Update to nmap-7.00. Builds with -j8.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/gimp.xml

    r791e3e7d rb1478b35  
    183183    </para>
    184184
    185 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --without-gvfs &amp;&amp;
     185<screen><userinput>LDFLAGS="$LDFLAGS -lm" \
     186./configure --prefix=/usr \
     187            -sysconfdir=/etc \
     188            --without-gvfs &amp;&amp;
     189
    186190make</userinput></screen>
    187191
     
    256260  <sect2 role="commands" id="gimp-cmd-explanations">
    257261    <title>Command Explanations</title>
     262
     263    <para>
     264      <envar>LDFLAGS="$LDFLAGS -lm" ...</envar>: help the linker to find some
     265      symbols.
     266    </para>
    258267
    259268    <para>
Note: See TracChangeset for help on using the changeset viewer.