From 437b3271fb39723c36ce008918288027af89a3e1 Mon Sep 17 00:00:00 2001 From: saq Date: Thu, 23 Dec 2004 13:43:51 +0000 Subject: [PATCH] - don't run httpd, believe it's there Changed files: apache-mod_python-httpd-not-needed.patch -> 1.1 --- apache-mod_python-httpd-not-needed.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 apache-mod_python-httpd-not-needed.patch diff --git a/apache-mod_python-httpd-not-needed.patch b/apache-mod_python-httpd-not-needed.patch new file mode 100644 index 0000000..d95e498 --- /dev/null +++ b/apache-mod_python-httpd-not-needed.patch @@ -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` -- 2.43.0