diff options
author | tnut <tnut at nutyx dot com> | 2011-05-05 10:12:28 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-05-05 10:12:28 +0200 |
commit | 813285ad26660212791e7a68e0f5ec4203ac46ad (patch) | |
tree | c3ae40c9be101d75cb12e7a3b390917fdfee4f81 /extra/myodbc/myodbc-add-mysys.patch | |
parent | 1de0c182c9368a85c49bffa159311db506777f20 (diff) | |
parent | 3a2975052e2e4750117b0bcfc3b954999c35c1f7 (diff) | |
download | nutyx-extra-813285ad26660212791e7a68e0f5ec4203ac46ad.tar.gz nutyx-extra-813285ad26660212791e7a68e0f5ec4203ac46ad.tar.bz2 nutyx-extra-813285ad26660212791e7a68e0f5ec4203ac46ad.tar.xz nutyx-extra-813285ad26660212791e7a68e0f5ec4203ac46ad.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/myodbc/myodbc-add-mysys.patch')
-rw-r--r-- | extra/myodbc/myodbc-add-mysys.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/extra/myodbc/myodbc-add-mysys.patch b/extra/myodbc/myodbc-add-mysys.patch new file mode 100644 index 000000000..a30466114 --- /dev/null +++ b/extra/myodbc/myodbc-add-mysys.patch @@ -0,0 +1,29 @@ +Add files extracted from mysql into the driver build script. + + +diff -Naur mysql-connector-odbc-5.1.8.orig/util/Makefile.am mysql-connector-odbc-5.1.8/util/Makefile.am +--- mysql-connector-odbc-5.1.8.orig/util/Makefile.am 2010-10-28 14:33:17.000000000 -0400 ++++ mysql-connector-odbc-5.1.8/util/Makefile.am 2010-12-23 18:09:00.359695597 -0500 +@@ -10,6 +10,22 @@ + installer.c \ + odbcinstw.c \ + unicode_transcode.c \ ++ array.c \ ++ list.c \ ++ my_alloc.c \ ++ my_malloc.c \ ++ string.c \ ++ int2str.c \ ++ is_prefix.c \ ++ longlong2str.c \ ++ strcend.c \ ++ strend.c \ ++ strfill.c \ ++ strmake.c \ ++ strmov.c \ ++ strxmov.c \ ++ mysys_err.h \ ++ mysys_priv.h \ + MYODBCUtil.h \ + MYODBCUtilAllocDataSource.c \ + MYODBCUtilAllocDriver.c \ |