]> git.pld-linux.org Git - packages/apache-mod_auth_mysql.git/commitdiff
- build fixes
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 26 Dec 2005 18:50:44 +0000 (18:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_auth_mysql-ac.patch -> 1.1

apache-mod_auth_mysql-ac.patch [new file with mode: 0644]

diff --git a/apache-mod_auth_mysql-ac.patch b/apache-mod_auth_mysql-ac.patch
new file mode 100644 (file)
index 0000000..347d321
--- /dev/null
@@ -0,0 +1,22 @@
+--- mod-auth-mysql-4.3.9/configure.ac~ 2004-12-23 15:43:14.000000000 +0200
++++ mod-auth-mysql-4.3.9/configure.ac  2005-12-26 20:33:13.000000000 +0200
+@@ -70,7 +70,7 @@
+ fi
+ ],
+ [
+-if test "x$buildapache2" = "xyes"; then
++if test "x$buildapache2" = "xyes" && test -z "$apxs2"; then
+       # Test likely apxs2 locations
+       if test -x /usr/bin/apxs2; then
+               apxs2="/usr/bin/apxs2"
+--- mod-auth-mysql-4.3.9/Makefile.in~  2004-12-23 15:43:14.000000000 +0200
++++ mod-auth-mysql-4.3.9/Makefile.in   2005-12-26 20:45:18.000000000 +0200
+@@ -1,7 +1,7 @@
+ APXS  = @apxs@
+ APXSFLAGS =
+ APXS2 = @apxs2@
+-APXS2FLAGS =
++APXS2FLAGS = -DAPR_XtOffsetOf=APR_OFFSETOF
+ SRCS  = mod_auth_mysql.c
+ HDRS  = config.h
+ OPTS  = @build_opts@ -lmysqlclient
This page took 0.066303 seconds and 4 git commands to generate.