summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRelease Engineering <releng@openoffice.org>2010-04-19 15:05:26 +0200
committerRelease Engineering <releng@openoffice.org>2010-04-19 15:05:26 +0200
commitbdb13254f79131f8ac2568079367c910c8fc551a (patch)
tree2184a6f97c0e7d03a07f60e001477dfc7862ff90
parent9f9c1ea3af957b762392d4619c041029d6adbd5c (diff)
DEV300 masterfix: #i10000#: add EXTRA_CFLAGS to CONFIGURE_ACTION for building on unxmacsxi
Notes
split repo tag: libs-extern_ooo/DEV300_m77
-rw-r--r--cppunit/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk
index 751b84be7ccd..b57c341e2a23 100644
--- a/cppunit/makefile.mk
+++ b/cppunit/makefile.mk
@@ -123,7 +123,7 @@ CONFIGURE_FLAGS = --prefix=$(shell cd $(PACKAGE_DIR) && \
pwd $(PWDFLAGS))/$(TARFILE_ROOTDIR)/ooo-install \
--disable-dependency-tracking --disable-static --disable-doxygen \
--disable-html-docs --disable-latex-docs CC='$(CC)' CXX='$(CXX)' \
- CXXFLAGS='$(OOO_STLPORT_CXXFLAGS)' \
+ CXXFLAGS='$(EXTRA_CFLAGS) $(OOO_STLPORT_CXXFLAGS)' \
LDFLAGS='$(LDFLAGS) $(OOO_STLPORT_LDFLAGS)' \
LIBS='$(OOO_STLPORT_LIBS) $(MY_LIBS)'