mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Fix the broken mupdf build.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20733 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
986d7afb8b
commit
13c6e905da
@ -45,6 +45,10 @@
|
||||
<listitem>
|
||||
<para>November 21st, 2018</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Fix the broken install of mupdf. Fixes
|
||||
<ulink url="&blfs-ticket-root;11255">#11255</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Add "wheel" group to About System Users and Groups
|
||||
to maintain consistency between LFS and BLFS.</para>
|
||||
|
@ -92,7 +92,8 @@ can be found there, no need to change directory -->
|
||||
<para role="recommended">
|
||||
<xref linkend="freeglut"/>,
|
||||
<xref linkend="harfbuzz"/>,
|
||||
<xref linkend="lcms2"/>,
|
||||
<!-- This no-longer gets linked in with our system libs patch
|
||||
<xref linkend="lcms2"/>, -->
|
||||
<xref linkend="libjpeg"/>,
|
||||
<xref linkend="openjpeg2"/>, and
|
||||
<xref linkend="curl"/>
|
||||
@ -135,12 +136,14 @@ USE_SYSTEM_LIBS=yes make</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make prefix=/usr \
|
||||
<screen role="root"><userinput>USE_SYSTEM_LIBS=yes \
|
||||
make prefix=/usr \
|
||||
build=release \
|
||||
docdir=/usr/share/doc/mupdf-&mupdf-version; \
|
||||
install &&
|
||||
|
||||
ln -sfv mupdf-x11 /usr/bin/mupdf</userinput></screen>
|
||||
ln -sfv mupdf-x11 /usr/bin/mupdf &&
|
||||
ldconfig</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user