]> git.pld-linux.org Git - packages/apache-mod_auth_mysql.git/blame - apache-mod_auth_mysql-ac.patch
- use http://ftp.debian.org/ url
[packages/apache-mod_auth_mysql.git] / apache-mod_auth_mysql-ac.patch
CommitLineData
dbdb0904
ER
1--- mod-auth-mysql-4.3.9/configure.ac~ 2004-12-23 15:43:14.000000000 +0200
2+++ mod-auth-mysql-4.3.9/configure.ac 2005-12-26 20:33:13.000000000 +0200
3@@ -70,7 +70,7 @@
4 fi
5 ],
6 [
7-if test "x$buildapache2" = "xyes"; then
8+if test "x$buildapache2" = "xyes" && test -z "$apxs2"; then
9 # Test likely apxs2 locations
10 if test -x /usr/bin/apxs2; then
11 apxs2="/usr/bin/apxs2"
12--- mod-auth-mysql-4.3.9/Makefile.in~ 2004-12-23 15:43:14.000000000 +0200
13+++ mod-auth-mysql-4.3.9/Makefile.in 2005-12-26 20:45:18.000000000 +0200
14@@ -1,7 +1,7 @@
15 APXS = @apxs@
16 APXSFLAGS =
17 APXS2 = @apxs2@
18-APXS2FLAGS =
19+APXS2FLAGS = -DAPR_XtOffsetOf=APR_OFFSETOF
20 SRCS = mod_auth_mysql.c
21 HDRS = config.h
22 OPTS = @build_opts@ -lmysqlclient
This page took 0.056425 seconds and 4 git commands to generate.