Author: ken
Date: Fri Aug 31 13:00:11 2018
New Revision: 20437

Log:
Use system boost and current openssl for libreoffice. This partially reverts 
r20420.

Modified:
   trunk/BOOK/xsoft/office/libreoffice.xml

Modified: trunk/BOOK/xsoft/office/libreoffice.xml
==============================================================================
--- trunk/BOOK/xsoft/office/libreoffice.xml     Thu Aug 30 22:31:41 2018        
(r20436)
+++ trunk/BOOK/xsoft/office/libreoffice.xml     Fri Aug 31 13:00:11 2018        
(r20437)
@@ -175,7 +175,7 @@
     <para role="recommended">
       <xref linkend="apache-ant"/>,
       <xref linkend="apr"/>,
-      <!-- <xref linkend="boost"/>,  Needs version 0.66.0 -->
+      <xref linkend="boost"/>,
       <xref linkend="clucene"/>,
       <xref linkend="cups"/>,
       <xref linkend="curl"/>,
@@ -362,6 +362,7 @@
              --enable-release-build=yes  \
              --enable-python=system      \
              --with-system-apr           \
+             --with-system-boost         \
              --with-system-cairo         \
              --with-system-clucene       \
              --with-system-curl          \
@@ -378,16 +379,13 @@
              --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
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to