summaryrefslogtreecommitdiff
path: root/mysqlc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-02-26 15:11:45 +0100
committerMichael Stahl <mstahl@redhat.com>2013-02-26 15:45:12 +0100
commit34faec549ef33f77c4f866a4094d9fcf447025ee (patch)
tree2e7af2ce61902563928f979869e32530db583777 /mysqlc
parentdfdfd9e260c1b38f09f4a12d04d23a8fd2d2c7a3 (diff)
mysqlc: disable fast strings to remove dependency on LIBO_UDK_4.1
Change-Id: I0891f1e45f02b2d031903d85ad3ebe3df561529d
Diffstat (limited to 'mysqlc')
-rw-r--r--mysqlc/Library_mysqlc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysqlc/Library_mysqlc.mk b/mysqlc/Library_mysqlc.mk
index ffa194f5ef84..d97328afbe87 100644
--- a/mysqlc/Library_mysqlc.mk
+++ b/mysqlc/Library_mysqlc.mk
@@ -11,6 +11,8 @@ $(eval $(call gb_Library_Library,mysqlc))
$(eval $(call gb_Library_set_warnings_not_errors,mysqlc))
+$(eval $(call gb_Library_add_cxxflags,mysqlc,-DRTL_DISABLE_FAST_STRING))
+
$(eval $(call gb_Library_use_externals,mysqlc,\
boost_headers \
mysql \