From 88ce5b49433965ab41fe5085640b66c3f1e0a3c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 10 Feb 2005 01:33:23 +0000 Subject: [PATCH] - remove deps from docs and contrib dirs, to allow re-entrant %install Changed files: mod_log_sql-subdirs.patch -> 1.1 --- mod_log_sql-subdirs.patch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 mod_log_sql-subdirs.patch diff --git a/mod_log_sql-subdirs.patch b/mod_log_sql-subdirs.patch new file mode 100644 index 0000000..6e35169 --- /dev/null +++ b/mod_log_sql-subdirs.patch @@ -0,0 +1,28 @@ +remove targets for docs and contrib subdirs +so the Makefiles can be removed early in %prep stage + +--- mod_log_sql-1.99/configure.ac~ 2004-07-21 07:06:15.000000000 +0300 ++++ mod_log_sql-1.99/configure.ac 2005-02-10 02:43:17.000000000 +0200 +@@ -66,10 +66,7 @@ + + dnl Write config.status and the Makefile + +-AC_OUTPUT(Makefile +-docs/Makefile +-contrib/Makefile) +- ++AC_OUTPUT(Makefile) + + AC_MSG_RESULT([------------------------------------]) + AC_MSG_RESULT([Apache version : $AP_VERSION]) +--- mod_log_sql-1.99/Makefile.in~ 2004-07-28 21:08:33.000000000 +0300 ++++ mod_log_sql-1.99/Makefile.in 2005-02-10 02:45:30.000000000 +0200 +@@ -1,7 +1,7 @@ + # @configure_input@ + + # Modify these top variables. +-SUBDIRS = docs contrib ++SUBDIRS = + + HEADERS = mod_log_sql.h \ + functions.h \ -- 2.43.0