summaryrefslogtreecommitdiffstats
path: root/mysql-missing-string-code.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-missing-string-code.patch')
-rw-r--r--mysql-missing-string-code.patch7
1 files changed, 3 insertions, 4 deletions
diff --git a/mysql-missing-string-code.patch b/mysql-missing-string-code.patch
index d251f81..dd54f8e 100644
--- a/mysql-missing-string-code.patch
+++ b/mysql-missing-string-code.patch
@@ -1,11 +1,10 @@
Crude workaround for bug #587170. There are probably better ways ...
-diff -Naur mysql-5.1.47.orig/storage/federated/Makefile.am mysql-5.1.47/storage/federated/Makefile.am
---- mysql-5.1.47.orig/storage/federated/Makefile.am 2010-05-06 11:27:38.000000000 -0400
-+++ mysql-5.1.47/storage/federated/Makefile.am 2010-06-04 14:57:36.000000000 -0400
+--- mysql-5.1.50/storage/federated/Makefile.am.orig 2010-08-03 19:24:29.000000000 +0200
++++ mysql-5.1.50/storage/federated/Makefile.am 2010-08-20 16:43:51.151715305 +0200
@@ -38,6 +38,7 @@
- ha_federated_la_CXXFLAGS= $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
+ ha_federated_la_CXXFLAGS= $(AM_CXXFLAGS) -DMYSQL_DYNAMIC_PLUGIN
ha_federated_la_CFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
ha_federated_la_SOURCES = ha_federated.cc
+ha_federated_la_LIBADD = ../../mysys/string.o