770cb8ae4d
Drop patch to avoid use of boost::variant
6 lines
299 B
Diff
6 lines
299 B
Diff
--- misc/mysql-connector-c++-1.1.0/driver/nativeapi/binding_config.h 2009-08-14 10:17:23.640625000 +0200
|
|
+++ misc/build/mysql-connector-c++-1.1.0/driver/nativeapi/binding_config.h 2009-08-14 10:13:50.359375000 +0200
|
|
@@ -1 +1,2 @@
|
|
-dummy
|
|
+#define HAVE_DLFCN_H 1
|
|
+#define MYSQLCLIENT_STATIC_BINDING 1
|