]> git.pld-linux.org Git - packages/apache.git/blame - apache-syslibs.patch
- don't process commented out entries
[packages/apache.git] / apache-syslibs.patch
CommitLineData
faca1a97
ER
1--- httpd-2.2.0/configure.in~ 2005-12-18 02:38:31.000000000 +0200
2+++ httpd-2.2.0/configure.in 2005-12-18 02:40:04.000000000 +0200
10549188
AM
3@@ -751,7 +751,7 @@
4 [Allow IPv4 connections on IPv6 listening sockets])
faca1a97
ER
5 fi
6
7-APACHE_FAST_OUTPUT(Makefile modules/Makefile srclib/Makefile)
10549188 8+APACHE_FAST_OUTPUT(Makefile modules/Makefile)
faca1a97 9 APACHE_FAST_OUTPUT(os/Makefile server/Makefile)
10549188 10 APACHE_FAST_OUTPUT(support/Makefile)
faca1a97 11
faca1a97
ER
12--- httpd-2.2.0/Makefile.in 2005-12-18 02:41:25.000000000 +0200
13+++ httpd-2.2.0/Makefile.in 2005-12-18 02:38:31.000000000 +0200
14@@ -1,5 +1,5 @@
15
16-SUBDIRS = srclib os server modules support
17+SUBDIRS = os server modules support
18 CLEAN_SUBDIRS = test
19
20 PROGRAM_NAME = $(progname)
This page took 0.060592 seconds and 4 git commands to generate.