[Libreoffice-commits] core.git: external/liborcus

David Tardon dtardon at redhat.com
Fri Aug 26 10:59:31 UTC 2016


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

New commits:
commit 4462447b8a48ad097e56c47e3736d80dc4aaa13a
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

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