]> git.pld-linux.org Git - packages/apache1-mod_snake.git/commitdiff
- fixes ,,smart'' test for apxs
authorradek <radek@pld-linux.org>
Sun, 19 Sep 2004 18:54:38 +0000 (18:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_snake-dumb_acam.patch -> 1.1

apache1-mod_snake-dumb_acam.patch [new file with mode: 0644]

diff --git a/apache1-mod_snake-dumb_acam.patch b/apache1-mod_snake-dumb_acam.patch
new file mode 100644 (file)
index 0000000..f62fd79
--- /dev/null
@@ -0,0 +1,15 @@
+--- configure~ 2004-09-19 20:52:44.673352840 +0200
++++ configure  2004-09-19 20:52:49.981545872 +0200
+@@ -1671,9 +1671,9 @@
+         { echo "configure: error: --with-apache and --with-apxs are mutually exclusive." 1>&2; exit 1; }
+     fi
+     # Adjust for relativity
+-    pdir=`echo $withval | sed -e 's/apxs//'`
+-    pdir=`cd $pdir && pwd`
+-    withval="$pdir/apxs"
++#   pdir=`echo $withval | sed -e 's/apxs//'`
++#   pdir=`cd $pdir && pwd`
++#   withval="$pdir/apxs"
+     if test -f $withval; then
+       APXS="$withval"
+       APACHE_INCLUDE="`$APXS -q INCLUDEDIR`"
This page took 0.209494 seconds and 4 git commands to generate.