From 1959b9dfbdfd1e1959d8d1781c3fe1695b368523 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Tue, 3 Feb 2009 06:32:52 +0000 Subject: - Update to 3.2 --- www/mod_auth_mysql/files/patch-ac | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 www/mod_auth_mysql/files/patch-ac (limited to 'www/mod_auth_mysql/files/patch-ac') diff --git a/www/mod_auth_mysql/files/patch-ac b/www/mod_auth_mysql/files/patch-ac deleted file mode 100644 index 8e7947f82ab1..000000000000 --- a/www/mod_auth_mysql/files/patch-ac +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.in.orig Sat Oct 3 06:24:28 1998 -+++ Makefile.in Fri May 19 23:52:29 2000 -@@ -14,9 +14,27 @@ - REGCFLAGS = $(CFLAGS) - APXS = @APXS@ - APXS_LDFLAGS = @APXS_LDFLAGS@ -+APXS_INCLUDE = @APXS_INCLUDE@ - WARNING_LEVEL = @WARNING_LEVEL@ - -+# the default target -+all: build -+ -+# build the shared object file for Apache -+build: mod_auth_mysql.so -+ -+# compile the shared object file -+mod_auth_mysql.so: auth_mysql_config.h mod_auth_mysql.c -+ $(APXS) -c -o libauth_mysql.so ${APXS_LDFLAGS} ${APXS_INCLUDE} mod_auth_mysql.c -+ -+auth_mysql_config.h: -+ cp config.h auth_mysql_config.h -+ -+# install the shared object file into Apache - install: - $(INSTALL_IT) - @cat .install_notes - -+# cleanup -+clean: -+ -rm -f mod_auth_mysql.o mod_auth_mysql.so -- cgit v1.2.3