On Tue, Aug 28, 2018 at 03:56:53AM -0000, bdubbs--- via blfs-book wrote: > Author: bdubbs > Date: Mon Aug 27 20:56:53 2018 > New Revision: 20420 > > Log: > Tag libreoffice > > Some instructions were changed because the package requires some > older versions of boost and openssl. > > Modified: > trunk/BOOK/xsoft/office/libreoffice.xml >
Please explain why you removed --with-system-boost and --with-system-openssl, your comment that 0.66.0 and 1.0.2 does not agree with my results. I have built 6.1.0.3 with boost_1.68.0 and (only) openssl-1.1.0i on 8.3-rc, and with added java packages (java probably now updated, but using apache-ant-1.10.5 to test the *old* sql deps) on LFS-svn-20180808. > Modified: trunk/BOOK/xsoft/office/libreoffice.xml > ============================================================================== > --- trunk/BOOK/xsoft/office/libreoffice.xml Mon Aug 27 20:46:06 2018 > (r20419) > +++ trunk/BOOK/xsoft/office/libreoffice.xml Mon Aug 27 20:56:53 2018 > (r20420) > @@ -54,7 +54,7 @@ > and is descended from <application>OpenOffice.org</application>. > </para> > > - &lfs82_checked; > + &lfs83_checked; > > <bridgehead renderas="sect3">Package Information</bridgehead> > <itemizedlist spacing="compact"> > @@ -175,7 +175,7 @@ > <para role="recommended"> > <xref linkend="apache-ant"/>, > <xref linkend="apr"/>, > - <xref linkend="boost"/>, > + <!-- <xref linkend="boost"/>, Needs version 0.66.0 --> > <xref linkend="clucene"/>, > <xref linkend="cups"/>, > <xref linkend="curl"/>, > @@ -362,7 +362,6 @@ > --enable-release-build=yes \ > --enable-python=system \ > --with-system-apr \ > - --with-system-boost \ > --with-system-cairo \ > --with-system-clucene \ > --with-system-curl \ > @@ -379,13 +378,16 @@ > --with-system-nss \ > --with-system-odbc \ > --with-system-openldap \ > - --with-system-openssl \ > --with-system-poppler \ > --with-system-postgresql \ > --with-system-redland \ > --with-system-serf \ > --with-system-zlib</userinput></screen> > > +<!-- Use the versions make downloads: > + - -with-system-boost \ Needs version 0.66.0 > + - -with-system-openssl \ Meeds version 1.0.2 > +--> > <para> > The instructions below will only build the package without running > any unit tests. If you prefer to run the unit tests, replace > @@ -419,6 +421,9 @@ > # This symlink is necessary for the desktop menu entries > ln -svf $LO_PREFIX/lib/libreoffice/program/soffice /usr/bin/libreoffice > && > > + # Set up a generic location independent of version number > + ln -sfv $LO_PREFIX /opt/libreoffice > + > # Icons > mkdir -vp /usr/share/pixmaps > for i in $LO_PREFIX/share/icons/hicolor/32x32/apps/*; do > -- > http://lists.linuxfromscratch.org/listinfo/blfs-book > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page -- Also Spuke Zerothruster (Finnegans Wake) -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
