summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Coie <rac@gentoo.org>2003-06-12 21:21:25 +0000
committerRobert Coie <rac@gentoo.org>2003-06-12 21:21:25 +0000
commit733ac6c48c71c8470ddd3a6c0a559dd2e6bc0180 (patch)
tree5e9937d9c9e8f0abe46d134c9b3c57c5059e2cee /dev-db/mysql/files
parentattempt to make libmysqlclient_r.so link with -lssl when needed (diff)
downloadhistorical-733ac6c48c71c8470ddd3a6c0a559dd2e6bc0180.tar.gz
historical-733ac6c48c71c8470ddd3a6c0a559dd2e6bc0180.tar.bz2
historical-733ac6c48c71c8470ddd3a6c0a559dd2e6bc0180.zip
attempt to make libmysqlclient_r.so link with -lssl when needed
Diffstat (limited to 'dev-db/mysql/files')
-rw-r--r--dev-db/mysql/files/digest-mysql-4.0.13-r31
-rw-r--r--dev-db/mysql/files/mysql-4.0.13-thrssl.patch20
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-db/mysql/files/digest-mysql-4.0.13-r3 b/dev-db/mysql/files/digest-mysql-4.0.13-r3
new file mode 100644
index 000000000000..414dd6203f34
--- /dev/null
+++ b/dev-db/mysql/files/digest-mysql-4.0.13-r3
@@ -0,0 +1 @@
+MD5 4bad6dae73f53c16bfcf41c704681059 mysql-4.0.13.tar.gz 12511177
diff --git a/dev-db/mysql/files/mysql-4.0.13-thrssl.patch b/dev-db/mysql/files/mysql-4.0.13-thrssl.patch
new file mode 100644
index 000000000000..bc998e2b0761
--- /dev/null
+++ b/dev-db/mysql/files/mysql-4.0.13-thrssl.patch
@@ -0,0 +1,20 @@
+--- libmysql_r/Makefile.in.orig 2003-06-12 14:01:40.000000000 -0700
++++ libmysql_r/Makefile.in 2003-06-12 14:02:18.000000000 -0700
+@@ -209,7 +209,7 @@
+ CHARSET_OBJS = @CHARSET_OBJS@
+
+ target = libmysqlclient_r.la
+-target_defs = -DDONT_USE_RAID @LIB_EXTRA_CCFLAGS@
++target_defs = -DDONT_USE_RAID @LIB_EXTRA_CCFLAGS@ -DMYSQL_CLIENT
+
+ INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include \
+ -I$(srcdir)/.. -I$(top_srcdir) -I.. $(openssl_includes)
+@@ -320,7 +320,7 @@
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
++LIBS = @CLIENT_LIBS@
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+ @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/conf_to_src.Po $(DEPDIR)/errmsg.Plo \
+ @AMDEP_TRUE@ $(DEPDIR)/get_password.Plo $(DEPDIR)/libmysql.Plo \