summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-08-24 01:33:44 +0200
committerJan Holesovsky <kendy@suse.cz>2011-08-24 01:33:44 +0200
commit326494b71ce56488760d42c245df745deb713b16 (patch)
tree2af83c11133a38f0ce0287ce0ba6754fc419dd44 /dbaccess
parentMore cross-compiling (mingw32) packages. (diff)
downloadcore-326494b71ce56488760d42c245df745deb713b16.tar.gz
core-326494b71ce56488760d42c245df745deb713b16.zip
gb_Library_set_cxxflags -> gb_Library_add_cxxflags
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/Library_dbu.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk
index 52295d3711b1..8107152852d5 100644
--- a/dbaccess/Library_dbu.mk
+++ b/dbaccess/Library_dbu.mk
@@ -57,8 +57,7 @@ $(eval $(call gb_Library_add_defs,dbu,\
endif
ifeq ($(GUI)$(COM),WNTGCC) # for adoint.h
-$(eval $(call gb_Library_set_cxxflags,dbu,\
- $$(CXXFLAGS) \
+$(eval $(call gb_Library_add_cxxflags,dbu,\
-fpermissive \
))
endif