summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-07-06 01:10:00 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2009-07-06 01:11:45 -0700
commit89dbf609d084eb353c048afa499aba953949f102 (patch)
treee064822e109ee3a077a475a647900a09ce3aa5b3 /00300_all_thrssl-4.1.21.patch
parentFix bug #271475, #elif not valid without an argument. Use #else instead. (diff)
downloadmysql-extras-89dbf609d084eb353c048afa499aba953949f102.tar.gz
mysql-extras-89dbf609d084eb353c048afa499aba953949f102.tar.bz2
mysql-extras-89dbf609d084eb353c048afa499aba953949f102.zip
Need to use 5 digits of numbering now. LOTS of patches to track.
Diffstat (limited to '00300_all_thrssl-4.1.21.patch')
-rw-r--r--00300_all_thrssl-4.1.21.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/00300_all_thrssl-4.1.21.patch b/00300_all_thrssl-4.1.21.patch
new file mode 100644
index 0000000..c6924d1
--- /dev/null
+++ b/00300_all_thrssl-4.1.21.patch
@@ -0,0 +1,22 @@
+--- mysql-4.1.10/libmysql_r/Makefile.am 2005-08-17 19:06:38.000000000 +0200
++++ mysql-4.1.10/libmysql_r/Makefile.am 2006-04-17 20:36:35.000000000 +0200
+@@ -22,7 +22,7 @@
+
+ target = libmysqlclient_r.la
+ target_defs = -DDONT_USE_RAID -DMYSQL_CLIENT @LIB_EXTRA_CCFLAGS@
+-LIBS = @LIBS@ @ZLIB_LIBS@ @openssl_libs@
++LIBS = @CLIENT_LIBS@ @ZLIB_LIBS@ @openssl_libs@
+
+ INCLUDES = @MT_INCLUDES@ \
+ -I$(top_builddir)/include -I$(top_srcdir)/include \
+--- mysql-4.1.10/libmysql_r/Makefile.in 2005-08-17 19:07:19.000000000 +0200
++++ mysql-4.1.10/libmysql_r/Makefile.in 2006-04-17 20:36:35.000000000 +0200
+@@ -244,7 +244,7 @@
+ LIBDL = @LIBDL@
+ LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
+ LIBOBJS = @LIBOBJS@
+-LIBS = @LIBS@ @ZLIB_LIBS@ @openssl_libs@
++LIBS = @CLIENT_LIBS@ @ZLIB_LIBS@ @openssl_libs@
+ LIBTOOL = @LIBTOOL@
+ LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
+ LM_CFLAGS = @LM_CFLAGS@