SOURCES: apache-mod_auth_mysql-ac.patch (NEW) - build fixes

glen glen at pld-linux.org
Mon Dec 26 19:50:49 CET 2005


Author: glen                         Date: Mon Dec 26 18:50:49 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- build fixes

---- Files affected:
SOURCES:
   apache-mod_auth_mysql-ac.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/apache-mod_auth_mysql-ac.patch
diff -u /dev/null SOURCES/apache-mod_auth_mysql-ac.patch:1.1
--- /dev/null	Mon Dec 26 19:50:49 2005
+++ SOURCES/apache-mod_auth_mysql-ac.patch	Mon Dec 26 19:50:44 2005
@@ -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
================================================================


More information about the pld-cvs-commit mailing list