Ignore:
Timestamp:
07/07/2005 02:43:02 PM (19 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
75dd80d
Parents:
550ca80
Message:

Simplify libpng installation

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libpng.xml

    r550ca80 ra6d10670  
    7373
    7474<screen><userinput>patch -Np1 -i ../libpng-&libpng-version;-link_to_proper_libs-1.patch &amp;&amp;
    75 make prefix=/usr ZLIBINC=/usr/include \
    76     ZLIBLIB=/usr/lib -f scripts/makefile.linux</userinput></screen>
     75make prefix=/usr ZLIBINC= \
     76    ZLIBLIB= -f scripts/makefile.linux</userinput></screen>
    7777
    7878    <para>To test the results, issue: <command>make -f scripts/makefile.linux test</command>.</para>
     
    8787    <title>Command Explanations</title>
    8888
    89     <para><parameter>ZLIBINC=/usr/include ZLIBLIB=/usr/lib</parameter>: This
     89    <para><parameter>ZLIBINC= ZLIBLIB=</parameter>: This
    9090    forces <application>libpng</application> to look for the
    91     <application>zlib</application> includes and libraries where they are
    92     installed.</para>
     91    <application>zlib</application> includes and libraries in the default locations
     92        (<filename>/usr/include</filename> and <filename>/usr/lib</filename>
     93    respectively).</para>
    9394
    9495    <para><parameter>-f scripts/makefile.linux</parameter>: This points
Note: See TracChangeset for help on using the changeset viewer.