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
commit942368c806cd5a1fd496592b8387027536d4dd54 (patch)
tree443175efb5dd441cb1244852a09a34fdc9aaa601
parent3638cd3d798498d0ebafa25ed4f0685f482d9cda (diff)
DEV300 masterfix: #i10000#: add EXTRA_CFLAGS to CONFIGURE_ACTION for building on unxmacsxiooo/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 751b84b..b57c341 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)'