diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-22 12:39:52 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-22 12:39:52 +0300 |
commit | f13f601df447119dd02675e1ae10255a0e749f98 (patch) | |
tree | fc159f6c646dbbd88e61fcae0cd9fda4791803f9 /dbaccess | |
parent | 93e5a0b1324bbbd0d68278ffe85ed05f3b848580 (diff) |
Set CXXFLAGS, not CFLAGS
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/Library_dbu.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk index 61910cfa7456..04900718503a 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 |