From f839b904084e38258e584551af8d631f25e60b77 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jan 2008 13:58:19 +0000 Subject: 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 --- berkeleydb/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'berkeleydb') 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" -- cgit