Changeset f76286d


Ignore:
Timestamp:
08/24/2012 05:47:26 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
6d5683f
Parents:
a385460
Message:

Mark Libreoffice as LFS 7.2 checked. Add a patch that fixes compilation with system poppler.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    ra385460 rf76286d  
    3737    </para>
    3838
    39     &lfs71_checked;
     39    &lfs72_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7676    <itemizedlist spacing="compact">
    7777      <listitem>
    78         <para>Optional patch (required if you have Boost 1.50): <ulink
     78        <para>Optional patch (required if you have Boost 1.50+): <ulink
    7979        url="&patch-root;/libreoffice-core-&libreoffice-version;.4-boost_fix-1.patch"/></para>
     80      </listitem>
     81      <listitem>
     82        <para>Optional patch (required if you are using system version of Poppler): <ulink
     83        url="&patch-root;/libreoffice-core-&libreoffice-version;.4-poppler_fix-1.patch"/></para>
    8084      </listitem>
    8185    </itemizedlist>
     
    119123      <xref linkend="neon"/>,
    120124      <xref linkend="nss"/>,
    121       <!-- LibreOffice 3.6.0.4 doesn't build with current poppler, using internal version
    122       <xref linkend="poppler"/>, -->
     125      <xref linkend="poppler"/>,
    123126      <xref linkend="openssl"/> and
    124127      <xref linkend="redland"/>.
     
    178181
    179182<screen><userinput>patch -Np1 -i ../libreoffice-core-&libreoffice-version;.4-boost_fix-1.patch &amp;&amp;
     183patch -Np1 -i ../libreoffice-core-&libreoffice-version;.4-poppler_fix-1.patch &amp;&amp;
    180184./autogen.sh --prefix=/usr  \
    181185  --disable-binfilter       \
     
    196200  --with-system-neon        \
    197201  --with-system-nss         \
    198   --with-system-openssl     \<!--  - -with-system-poppler     \ -->
     202  --with-system-openssl     \
     203  --with-system-poppler     \
    199204  --with-system-redland     \
    200205  --with-system-zlib        \
Note: See TracChangeset for help on using the changeset viewer.