[Libreoffice-commits] core.git: external/liborcus
David Ostrovsky
david at ostrovsky.org
Thu Feb 19 14:08:29 PST 2015
external/liborcus/ExternalProject_liborcus.mk | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 38671c869d8903ba7d0bd516d53ba0ff9d152adf
Author: David Ostrovsky <david at ostrovsky.org>
Date: Thu Feb 19 21:22:23 2015 +0100
liborcus: Remove BOOST_ALL_NO_LIB, it's already included upstream
Change-Id: I39e65a9ee3ede5217d9d6d8499297e449af798fe
Reviewed-on: https://gerrit.libreoffice.org/14559
Tested-by: Michael Stahl <mstahl at redhat.com>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
diff --git a/external/liborcus/ExternalProject_liborcus.mk b/external/liborcus/ExternalProject_liborcus.mk
index 85f1588..9e68331 100644
--- a/external/liborcus/ExternalProject_liborcus.mk
+++ b/external/liborcus/ExternalProject_liborcus.mk
@@ -47,9 +47,6 @@ liborcus_LIBS+=-lgnustl_shared -lm
endif
liborcus_CPPCLAGS=$(CPPFLAGS)
-ifeq ($(COM),MSC)
-liborcus_CPPFLAGS+=-DBOOST_ALL_NO_LIB
-endif
ifeq ($(SYSTEM_ZLIB),)
liborcus_CPPFLAGS+=$(ZLIB_CFLAGS)
endif
More information about the Libreoffice-commits
mailing list