summaryrefslogtreecommitdiff
path: root/berkeleydb
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-04 13:58:19 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-04 13:58:19 +0000
commitf839b904084e38258e584551af8d631f25e60b77 (patch)
tree32f921aa5b92000c7dd85f642dafb8dbe37f4ced /berkeleydb
parentd6e696727fa3b7a8c0bf65b85a939d65372843b4 (diff)
INTEGRATION: CWS obo19 (1.42.6); FILE MERGED
2007/11/26 14:39:43 obo 1.42.6.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger
Diffstat (limited to 'berkeleydb')
-rw-r--r--berkeleydb/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/berkeleydb/makefile.mk b/berkeleydb/makefile.mk
index fe6f88031f41..0305dc3c445c 100644
--- a/berkeleydb/makefile.mk
+++ b/berkeleydb/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.43 $
+# $Revision: 1.44 $
#
-# last change: $Author: vg $ $Date: 2007-12-06 17:44:06 $
+# last change: $Author: obo $ $Date: 2008-01-04 14:58:19 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -78,8 +78,8 @@ CXXFLAGS:=
# disable aliasing for all GCC platforms, at least GCC 4.x needs it if
# optimization level >= 2
.IF "$(COM)"=="GCC"
-CFLAGS:=-fno-strict-aliasing
-CXXFLAGS:=-fno-strict-aliasing
+CFLAGS:=-fno-strict-aliasing $(EXTRA_CFLAGS)
+CXXFLAGS:=-fno-strict-aliasing $(EXTRA_CFLAGS)
.ENDIF
.IF "$(GUI)"=="UNX"