mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Fix libreoffice for poppler-0.64.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20115 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
987aff067a
commit
0209dd4fdd
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>April 24th, 2018</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Patch libreoffice-6.0.1.1 to build with poppler-0.64.0.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[timtas] - Update to vlc-3.0.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;10695">#10695</ulink>.</para>
|
||||
|
@ -4,8 +4,6 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!-- FIXME please retest system poppler with versions of LO > 6.0.0.1
|
||||
or poppler > 0.62.0, the build fails within a few minutes on broken versions -->
|
||||
<!ENTITY libreoffice-dl "http://download.documentfoundation.org/libreoffice/src/&libreoffice-version;">
|
||||
|
||||
<!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
|
||||
@ -141,6 +139,12 @@
|
||||
Translations size: &libreoffice-translations-size;
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Required patch to fix building with system <xref linkend="poppler"/>:
|
||||
<ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-poppler64-1.patch"/></para>
|
||||
</listitem>
|
||||
|
||||
<!--
|
||||
<listitem>
|
||||
<para>
|
||||
@ -347,6 +351,8 @@ ln -sv ../../../libreoffice-help-&libreoffice-dlversion;.tar.xz external
|
||||
|
||||
sed -e "/distro-install-file-lists/d" -i Makefile.in &&
|
||||
|
||||
patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-poppler64-1.patch &&
|
||||
|
||||
./autogen.sh --prefix=$LO_PREFIX \
|
||||
--sysconfdir=/etc \
|
||||
--with-vendor=BLFS \
|
||||
|
Loading…
Reference in New Issue
Block a user