summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2013-03-01 10:28:40 +0000
committerEray Aslan <eras@gentoo.org>2013-03-01 10:28:40 +0000
commit1dff3991edef53d6769c9b36f7d4d658a2b1c20b (patch)
treeec26ba3a337498b715ea71518ab471beffe7405f /net-libs/courier-authlib/files
parentUpstream replaced the source tarball once again (bug #459842) (diff)
downloadgentoo-2-1dff3991edef53d6769c9b36f7d4d658a2b1c20b.tar.gz
gentoo-2-1dff3991edef53d6769c9b36f7d4d658a2b1c20b.tar.bz2
gentoo-2-1dff3991edef53d6769c9b36f7d4d658a2b1c20b.zip
Fix building with -sqlite mysql - bug #459772
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'net-libs/courier-authlib/files')
-rw-r--r--net-libs/courier-authlib/files/courier-authlib-0.65.0-sqlite.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-libs/courier-authlib/files/courier-authlib-0.65.0-sqlite.patch b/net-libs/courier-authlib/files/courier-authlib-0.65.0-sqlite.patch
index 60a0d53ed165..d6c6480a38b2 100644
--- a/net-libs/courier-authlib/files/courier-authlib-0.65.0-sqlite.patch
+++ b/net-libs/courier-authlib/files/courier-authlib-0.65.0-sqlite.patch
@@ -9,3 +9,27 @@
then
SQLITE_LIBS=""
SQLITE_CFLAGS=""
+--- authsqlite.h 2012-10-03 19:54:10.000000000 +0300
++++ authsqlite.h 2013-03-01 12:03:16.834315060 +0200
+@@ -6,7 +6,9 @@
+ #include <string.h>
+ #include <sys/types.h>
+ #include <sqlite3.h>
++/*
+ #include <errmsg.h>
++*/
+
+ struct authsqliteuserinfo {
+ char *username;
+--- authsqlitelib.c 2012-10-04 05:48:21.000000000 +0300
++++ authsqlitelib.c 2013-03-01 12:03:00.801437111 +0200
+@@ -10,7 +10,9 @@
+ #include <ctype.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
++/*
+ #include <mysql.h>
++*/
+ #include <time.h>
+
+ #include "authsqlite.h"