]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/commitdiff
- take apache version from build time
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Oct 2007 00:11:11 +0000 (00:11 +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.9

apache1-mod_ssl-nohttpd.patch

index 7319acdf35b9d34a25d2e118f2e9509613f6d623..b9aa0860b7d0712462d9602e0d94b7a08736e1d1 100644 (file)
@@ -6,7 +6,7 @@
      apache=$APXS_PREFIX
 -    APV=`$APXS_SBINDIR/$APXS_TARGET -v | grep "Server version:" |\
 -         sed -e 's;^.*Apache/;;' -e 's; .*$;;'`
-+    APV="1.3.37"
++    APV="@APACHE_VERSION@"
  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.03555 seconds and 4 git commands to generate.