Changeset 6a5eaa0 for pst


Ignore:
Timestamp:
02/13/2019 11:13:27 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.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:
485cbf69
Parents:
5483669
Message:

Revert recent mupdf instruction changes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/mupdf.xml

    r5483669 r6a5eaa0  
    127127<screen><userinput>patch -Np1 -i ../mupdf-&mupdf-version;-shared_libs-1.patch &amp;&amp;
    128128
    129 rm -rf thirdparty/curl     &amp;&amp;
    130 rm -rf thirdparty/freetype &amp;&amp;
    131 rm -rf thirdparty/harfbuzz &amp;&amp;
    132 rm -rf thirdparty/jpeg     &amp;&amp;
    133 rm -rf thirdparty/openjpeg &amp;&amp;
    134 rm -rf thirdparty/libjpeg  &amp;&amp;
    135 rm -rf thirdparty/zlib     &amp;&amp;
    136 
    137 export USE_SYSTEM_LIBS=yes &amp;&amp;
    138 
    139 make</userinput></screen>
     129USE_SYSTEM_LIBS=yes make</userinput></screen>
    140130
    141131    <para>
     
    147137    </para>
    148138
    149 <screen role="root"><userinput>make prefix=/usr                      \
    150      build=release                    \
     139<screen role="root"><userinput>USE_SYSTEM_LIBS=yes                     \
     140make prefix=/usr                        \
     141     build=release                      \
    151142     docdir=/usr/share/doc/mupdf-&mupdf-version; \
    152      install                          &amp;&amp;
    153 
    154 ln -sfv mupdf-x11 /usr/bin/mupdf      &amp;&amp;
     143     install                            &amp;&amp;
     144
     145ln -sfv mupdf-x11 /usr/bin/mupdf        &amp;&amp;
    155146ldconfig</userinput></screen>
    156147
Note: See TracChangeset for help on using the changeset viewer.