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:
Ken Moffat 2018-11-21 21:01:43 +00:00
parent 986d7afb8b
commit 13c6e905da
2 changed files with 10 additions and 3 deletions

View File

@ -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>

View File

@ -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 &amp;&amp;
ln -sfv mupdf-x11 /usr/bin/mupdf</userinput></screen>
ln -sfv mupdf-x11 /usr/bin/mupdf &amp;&amp;
ldconfig</userinput></screen>
</sect2>