[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - external/liborcus

David Tardon dtardon at redhat.com
Fri Aug 26 13:19:00 UTC 2016


 external/liborcus/Library_orcus.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit d65e40b6f44e97bbcc4c645b218c158669b638a2
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Aug 26 12:57:24 2016 +0200

    tdf#94834 enable liborcus format detection on Windows
    
    Change-Id: Ia6b353ed800eabd5766cc76e799f6151b71f865e
    (cherry picked from commit 4462447b8a48ad097e56c47e3736d80dc4aaa13a)
    Reviewed-on: https://gerrit.libreoffice.org/28403
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/external/liborcus/Library_orcus.mk b/external/liborcus/Library_orcus.mk
index 96169f1..e49adca 100644
--- a/external/liborcus/Library_orcus.mk
+++ b/external/liborcus/Library_orcus.mk
@@ -30,6 +30,10 @@ $(eval $(call gb_Library_set_include,orcus,\
 $(eval $(call gb_Library_add_defs,orcus,\
 	-DBOOST_ALL_NO_LIB \
 	-D__ORCUS_BUILDING_DLL \
+	-D__ORCUS_GNUMERIC \
+	-D__ORCUS_ODS \
+	-D__ORCUS_XLSX \
+	-D__ORCUS_XLS_XML \
 ))
 
 $(eval $(call gb_Library_use_libraries,orcus,\


More information about the Libreoffice-commits mailing list