summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-07-22 12:39:52 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-07-22 12:39:52 +0300
commitbfe2adf93a3c4029e80d449e7769d7752083beb1 (patch)
treea1ecefd6d06ebe0dd00c6b8fd9f502ee182f06f9
parentaea73ba0af0bcf626306ffd0e7b00042c13c2dac (diff)
Set CXXFLAGS, not CFLAGS
-rw-r--r--dbaccess/Library_dbu.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk
index 61910cfa7..049007185 100644
--- a/dbaccess/Library_dbu.mk
+++ b/dbaccess/Library_dbu.mk
@@ -58,8 +58,8 @@ $(eval $(call gb_Library_set_defs,dbu,\
endif
ifeq ($(GUI)$(COM),WNTGCC) # for adoint.h
-$(eval $(call gb_Library_set_cflags,dbu,\
- $$(CFLAGS) \
+$(eval $(call gb_Library_set_cxxflags,dbu,\
+ $$(CXXFLAGS) \
-fpermissive \
))
endif