diff options
author | Release Engineering <releng@openoffice.org> | 2010-04-19 15:05:26 +0200 |
---|---|---|
committer | Release Engineering <releng@openoffice.org> | 2010-04-19 15:05:26 +0200 |
commit | bdb13254f79131f8ac2568079367c910c8fc551a (patch) | |
tree | 2184a6f97c0e7d03a07f60e001477dfc7862ff90 /cppunit | |
parent | 9f9c1ea3af957b762392d4619c041029d6adbd5c (diff) |
DEV300 masterfix: #i10000#: add EXTRA_CFLAGS to CONFIGURE_ACTION for building on unxmacsxi
Notes
Notes:
split repo tag: libs-extern_ooo/DEV300_m77
Diffstat (limited to 'cppunit')
-rw-r--r-- | cppunit/makefile.mk | 2 |
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)' |