summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-02-04 03:16:27 +0000
committerChuck Short <zul@gentoo.org>2004-02-04 03:16:27 +0000
commit812a23c1ccf26075b7826ae22b6d35af2253e2fa (patch)
tree1c2490f6b80baa41d66ec72ba4654adce4e1b48a /net-irc/eggdrop/files
parentmark stable for amd64 (bug 40335) (diff)
downloadhistorical-812a23c1ccf26075b7826ae22b6d35af2253e2fa.tar.gz
historical-812a23c1ccf26075b7826ae22b6d35af2253e2fa.tar.bz2
historical-812a23c1ccf26075b7826ae22b6d35af2253e2fa.zip
Re-enabled mysql support. closes #40330.
Diffstat (limited to 'net-irc/eggdrop/files')
-rw-r--r--net-irc/eggdrop/files/eggdrop-1.6.15-mysql-use_ssl-fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-irc/eggdrop/files/eggdrop-1.6.15-mysql-use_ssl-fix.patch b/net-irc/eggdrop/files/eggdrop-1.6.15-mysql-use_ssl-fix.patch
new file mode 100644
index 000000000000..b4b7e53ed106
--- /dev/null
+++ b/net-irc/eggdrop/files/eggdrop-1.6.15-mysql-use_ssl-fix.patch
@@ -0,0 +1,10 @@
+--- eggdrop-1.6.15.orig/src/mod/mysql.mod/mysql.h 2004-02-04 01:10:52.390343385 +0000
++++ eggdrop-1.6.15/src/mod/mysql.mod/mysql.h 2004-02-04 01:09:15.103521295 +0000
+@@ -28,6 +28,7 @@
+ }
+
+ #include "src/mod/module.h"
++#undef use_ssl
+ #include <mysql/mysql.h>
+
+ EXPORT_SCOPE char *mysql_start();