]> git.pld-linux.org Git - packages/apache.git/commitdiff
- don't even try srclib stuff
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 18 Dec 2005 19:31:27 +0000 (19:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-syslibs.patch -> 1.1

apache-syslibs.patch [new file with mode: 0644]

diff --git a/apache-syslibs.patch b/apache-syslibs.patch
new file mode 100644 (file)
index 0000000..21aa030
--- /dev/null
@@ -0,0 +1,23 @@
+--- httpd-2.2.0/configure.in~  2005-12-18 02:38:31.000000000 +0200
++++ httpd-2.2.0/configure.in   2005-12-18 02:40:04.000000000 +0200
+@@ -584,9 +584,9 @@
+               [Listening sockets are non-blocking when there are more than 1])
+ fi
+-APACHE_FAST_OUTPUT(Makefile modules/Makefile srclib/Makefile) 
++APACHE_FAST_OUTPUT(Makefile modules/Makefile)
+ APACHE_FAST_OUTPUT(os/Makefile server/Makefile)
+-APACHE_FAST_OUTPUT(support/Makefile srclib/pcre/Makefile)
++APACHE_FAST_OUTPUT(support/Makefile)
+ if test -d ./test; then
+     APACHE_FAST_OUTPUT(test/Makefile)
+--- httpd-2.2.0/Makefile.in    2005-12-18 02:41:25.000000000 +0200
++++ httpd-2.2.0/Makefile.in    2005-12-18 02:38:31.000000000 +0200
+@@ -1,5 +1,5 @@
+-SUBDIRS = srclib os server modules support
++SUBDIRS = os server modules support
+ CLEAN_SUBDIRS = test
+ PROGRAM_NAME         = $(progname)
This page took 0.115958 seconds and 4 git commands to generate.