summaryrefslogtreecommitdiff
path: root/liborcus
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-18 08:38:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-18 08:38:06 +0200
commitdfebe3fc512939395e8ece9cab85eb1c2cb04783 (patch)
tree2eac330ac4239ca2bc5916e2df5107313a08f0e0 /liborcus
parent4ea761868c5cb79acd6c994d2f9d66799a3728a6 (diff)
Revert _GLIBCXX_DEBUG on Mac OS X again
It does not work, see <http://lists.freedesktop.org/archives/libreoffice/2013-April/050321.html> "Re: [ANN] --enable-dbgutil: everyone gets a Debug STL!" Change-Id: I0b0c0faa03a1a03095b70454d38a1a193b42d56a
Diffstat (limited to 'liborcus')
-rw-r--r--liborcus/ExternalProject_liborcus.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/liborcus/ExternalProject_liborcus.mk b/liborcus/ExternalProject_liborcus.mk
index ce9644cd1808..75099fa46baf 100644
--- a/liborcus/ExternalProject_liborcus.mk
+++ b/liborcus/ExternalProject_liborcus.mk
@@ -57,18 +57,12 @@ 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 MACOSX NETBSD OPENBSD,$(OS)))
+ifneq (,$(filter ANDROID DRAGONFLY FREEBSD IOS LINUX NETBSD OPENBSD,$(OS)))
ifneq (,$(gb_ENABLE_DBGUTIL))
liborcus_CPPFLAGS+=-D_GLIBCXX_DEBUG
endif
endif
-ifeq ($(OS),MACOSX)
-ifneq (,$(gb_ENABLE_DBGUTIL))
-liborcus_CPPFLAGS+=-D_GLIBCXX_FULLY_DYNAMIC_STRING
-endif
-endif
-
liborcus_CXXFLAGS=$(CXXFLAGS)
ifeq ($(COM),MSC)
liborcus_CXXFLAGS+=$(BOOST_CXXFLAGS)