diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-02-19 20:29:16 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-02-19 20:29:16 +0000 |
commit | 94e32580b7f1f63b0e8397e780b17a17b387707d (patch) | |
tree | b5c9864d525c570814abf1aa0eec32c0c343a842 /net-ftp/proftpd/files | |
parent | Automated update of use.local.desc (diff) | |
download | historical-94e32580b7f1f63b0e8397e780b17a17b387707d.tar.gz historical-94e32580b7f1f63b0e8397e780b17a17b387707d.tar.bz2 historical-94e32580b7f1f63b0e8397e780b17a17b387707d.zip |
Fix mysql include when both SQL backends are enabled, thanks to jer for the patch, bug #259610
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'net-ftp/proftpd/files')
-rw-r--r-- | net-ftp/proftpd/files/proftpd-1.3.2-mysql-include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-ftp/proftpd/files/proftpd-1.3.2-mysql-include.patch b/net-ftp/proftpd/files/proftpd-1.3.2-mysql-include.patch new file mode 100644 index 000000000000..d6699d8ddda1 --- /dev/null +++ b/net-ftp/proftpd/files/proftpd-1.3.2-mysql-include.patch @@ -0,0 +1,11 @@ +--- proftpd-1.3.2/contrib/mod_sql_mysql.c.orig 2009-02-05 19:53:54.000000000 +0100 ++++ proftpd-1.3.2/contrib/mod_sql_mysql.c 2009-02-19 18:39:07.000000000 +0100 +@@ -135,7 +135,7 @@ + #include "conf.h" + #include "../contrib/mod_sql.h" + +-#include <mysql.h> ++#include <mysql/mysql.h> + + /* + * timer-handling code adds the need for a couple of forward declarations |