summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Sterniczuk2001-07-11 16:13:25 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit8ad7277f53b396ad098bdc6d998063ee72827aab (patch)
tree71cdc8df52dba868e65f4daecfff16eef328d62d
parent5c4435911115dbd0cd54492112aa83b294393d13 (diff)
downloadmuddleftpd-authlibmysql-8ad7277f53b396ad098bdc6d998063ee72827aab.zip
muddleftpd-authlibmysql-8ad7277f53b396ad098bdc6d998063ee72827aab.tar.gz
7abbc5e21b08fbdddbb20fb9fd4ba837 authlibmysql-0.1.tar.gz
be5e681c6f6f7a6d29bf64f8421edf80 authlibmysql-paths.patch Changed files: authlibmysql-paths.patch -> 1.1
-rw-r--r--authlibmysql-paths.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/authlibmysql-paths.patch b/authlibmysql-paths.patch
new file mode 100644
index 0000000..084e514
--- /dev/null
+++ b/authlibmysql-paths.patch
@@ -0,0 +1,23 @@
+diff -urN authlibmysql-0.1.orig/configure.in authlibmysql-0.1/configure.in
+--- authlibmysql-0.1.orig/configure.in Tue Jun 20 15:14:44 2000
++++ authlibmysql-0.1/configure.in Wed Jul 11 17:51:23 2001
+@@ -8,8 +8,8 @@
+ dnl Checks for libraries.
+ AC_ARG_WITH(mysql,
+ [ --with-mysql specify the top level of the mysql installation
+- tree. [/usr/local/mysql]], mysqltop=$withval,
+- mysqltop=/usr/local/mysql
++ tree. [/usr]], mysqltop=$withval,
++ mysqltop=/usr
+ )
+
+ AC_MSG_CHECKING([for mysql in directory $mysqltop])
+@@ -17,7 +17,7 @@
+ if test -d $mysqltop
+ then
+ AC_MSG_RESULT([yes])
+- CFLAGS="$CFLAGS -I$mysqltop/include"
++ CFLAGS="$CFLAGS -I$mysqltop/include/mysql"
+ LIBS="$LIBS $mysqltop/lib/libmysqlclient.a"
+ else
+ AC_MSG_RESULT([no])