]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/commitdiff
- don't check apache binary
authorareq <areq@pld-linux.org>
Thu, 1 Apr 2004 16:49:33 +0000 (16:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_ssl-nohttpd.patch -> 1.1

apache1-mod_ssl-nohttpd.patch [new file with mode: 0644]

diff --git a/apache1-mod_ssl-nohttpd.patch b/apache1-mod_ssl-nohttpd.patch
new file mode 100644 (file)
index 0000000..02f4bd3
--- /dev/null
@@ -0,0 +1,12 @@
+--- mod_ssl-2.8.16-1.3.29/configure~   2004-04-01 09:37:37.000000000 +0000
++++ mod_ssl-2.8.16-1.3.29/configure    2004-04-01 09:43:04.000000000 +0000
+@@ -283,8 +283,7 @@
+     #   determine Apache parameters
+     apache=$APXS_PREFIX
+-    APV=`$APXS_SBINDIR/$APXS_TARGET -v | grep "Server version:" |\
+-         sed -e 's;^.*Apache/;;' -e 's; .*$;;'`
++    APV="1.3.29"
+ else
+     if [ ! -f "$apache/src/include/httpd.h" ]; then
+         echo "$0:${T_MD}Error${T_ME}: Cannot find Apache 1.3 source tree under $apache" 1>&2
This page took 0.072093 seconds and 4 git commands to generate.