Hi,

the following patch is needed to run make with DESTDIR=... for httpd 2.1.8.

Torsten

--- build/config_vars.sh.in~    2005-06-20 18:15:14.000000000 +0200
+++ build/config_vars.sh.in     2005-11-01 10:52:00.335136850 +0100
@@ -21,8 +21,10 @@
 # installed.  Such a file cannot be generated at configure-time, since it
 # requires the output of the *installed* ap*-config scripts.
 
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
+: ${DESTDIR:+$DESTDIR/}
+
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
 
 APR_LIBTOOL="`${APR_CONFIG} --apr-libtool`"
 APR_INCLUDEDIR="`${APR_CONFIG} --includedir`"

Reply via email to