]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- don't run httpd, believe it's there
authorsaq <saq@pld-linux.org>
Thu, 23 Dec 2004 13:43:51 +0000 (13:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_python-httpd-not-needed.patch -> 1.1

apache-mod_python-httpd-not-needed.patch [new file with mode: 0644]

diff --git a/apache-mod_python-httpd-not-needed.patch b/apache-mod_python-httpd-not-needed.patch
new file mode 100644 (file)
index 0000000..d95e498
--- /dev/null
@@ -0,0 +1,20 @@
+--- mod_python-3.1.3/configure.in.orig 2004-12-23 13:38:04.850127608 +0000
++++ mod_python-3.1.3/configure.in      2004-12-23 13:38:50.148241248 +0000
+@@ -95,17 +95,6 @@
+   DSO="do_dso"
+   ALL="dso"
+-  # check Apache version
+-  AC_MSG_CHECKING(Apache version)
+-  HTTPD="`${APXS} -q SBINDIR`/`${APXS} -q TARGET`"
+-  ver=`$HTTPD -v | awk '/version/ {print $3}' | awk -F/ '{print $2}'`
+-  AC_MSG_RESULT($ver)
+-
+-  # make sure version begins with 2
+-  if test -z "`echo $ver | egrep \^2`"; then
+-    AC_MSG_ERROR([This version of mod_python only works with Apache 2. The one you have seems to be $ver.])
+-  fi
+-
+   # determine LIBEXEC
+   AC_MSG_CHECKING(for Apache libexec directory)
+   LIBEXECDIR=`${APXS} -q LIBEXECDIR`
This page took 0.14713 seconds and 4 git commands to generate.