]> git.pld-linux.org Git - packages/apache1-mod_log_sql.git/commitdiff
- remove deps from docs and contrib dirs, to allow re-entrant %install auto/ac/apache-mod_log_sql-1_100-2 auto/ac/apache-mod_log_sql-1_100-3 auto/ac/apache-mod_log_sql-1_100-4 auto/ac/apache-mod_log_sql-1_100-5 auto/ac/apache-mod_log_sql-1_99-4
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Feb 2005 01:33:23 +0000 (01:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mod_log_sql-subdirs.patch -> 1.1

mod_log_sql-subdirs.patch [new file with mode: 0644]

diff --git a/mod_log_sql-subdirs.patch b/mod_log_sql-subdirs.patch
new file mode 100644 (file)
index 0000000..6e35169
--- /dev/null
@@ -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 \
This page took 0.0779530000000001 seconds and 4 git commands to generate.