Ignore:
Timestamp:
06/28/2017 08:10:10 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a3af18e
Parents:
a96719e
Message:

firebird-sdbc can be built in libreoffice now

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    ra96719e r011ed8fa  
    357357             --disable-dconf             \
    358358             --disable-odk               \
    359              --disable-firebird-sdbc     \
    360359             --enable-release-build=yes  \
    361360             --enable-python=system      \
     
    537536    </para>
    538537
    539     <para>
    540       <parameter>--disable-firebird-sdbc</parameter>: The bundled version
    541       of Firebird does not build properly with GCC-6.<!-- Hope next version
    542       will correct that -->
    543     </para>
     538<!-- Seems to build with gcc-7 and libreoffice-5.3.4
     539    <para>
     540      <parameter>- -disable-firebird-sdbc</parameter>: The bundled version
     541      of Firebird does not build properly with GCC-6.
     542    </para>
     543-->
    544544
    545545    <para>
     
    583583    </para>
    584584
    585     <!-- commented, because we do this above as a parameter
    586     <para>
    587       <option>\-\-disable-firebird-sdbc</option>: By default, the ability to
     585    <para>
     586      <option>--disable-firebird-sdbc</option>: By default, the ability to
    588587      connect to a <application>firebird</application> database is enabled.
    589       This is regarded as 'experimental' and from time to time the unit test
    590       CppunitTest_dbaccess_firebird_test fails near the end of the build. If
    591       you need to connect to such a database, and the build fails for you,
    592       you will need to build <xref linkend="gdb"/> to help upstream debug it.
    593     </para> -->
     588      Add this switch if you do not need that feature.
     589    </para>
    594590
    595591    <para>
Note: See TracChangeset for help on using the changeset viewer.