[Libreoffice-commits] core.git: liborcus/ExternalProject_liborcus.mk

Tor Lillqvist tml at iki.fi
Thu Apr 18 15:11:43 PDT 2013


 liborcus/ExternalProject_liborcus.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d4324078c4a446c6d4633237e7bf44e9dbd7d5cb
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Apr 19 01:08:59 2013 +0300

    No _GLIBCXX_DEBUG for iOS here, either
    
    Change-Id: Ib21df33799f8a2ef552d8ecdf7f6fa9b82e1a178

diff --git a/liborcus/ExternalProject_liborcus.mk b/liborcus/ExternalProject_liborcus.mk
index 75099fa..301141a 100644
--- a/liborcus/ExternalProject_liborcus.mk
+++ b/liborcus/ExternalProject_liborcus.mk
@@ -57,7 +57,7 @@ endif
 # library (glibc), the NDK does offer the GNU C++ library as one of
 # the C++ libraries available, and we use it.
 #
-ifneq (,$(filter ANDROID DRAGONFLY FREEBSD IOS LINUX NETBSD OPENBSD,$(OS)))
+ifneq (,$(filter ANDROID DRAGONFLY FREEBSD LINUX NETBSD OPENBSD,$(OS)))
 ifneq (,$(gb_ENABLE_DBGUTIL))
 liborcus_CPPFLAGS+=-D_GLIBCXX_DEBUG
 endif


More information about the Libreoffice-commits mailing list