From: Elan Ruusamäe Date: Thu, 10 Feb 2005 01:33:23 +0000 (+0000) Subject: - remove deps from docs and contrib dirs, to allow re-entrant %install X-Git-Tag: auto/ac/apache-mod_log_sql-1_100-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache1-mod_log_sql.git;a=commitdiff_plain;h=88ce5b49433965ab41fe5085640b66c3f1e0a3c2 - remove deps from docs and contrib dirs, to allow re-entrant %install Changed files: mod_log_sql-subdirs.patch -> 1.1 --- 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 \