openbsd-ports/www/apache-httpd/patches/patch-configure
deanna 9e2f1377c6 - stop setting SYSCONFDIR
- put config files in /etc/apache2 instead of /var since this is not
chrooted

- make a couple of comments that refer to 'httpd' refer to 'httpd2'
instead

- don't install the build makefiles

ideas from bernd@ and steven@, ok steven@
2006-12-25 20:40:02 +00:00

13 lines
351 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2006/12/25 20:40:02 deanna Exp $
--- configure.orig Sun Dec 17 11:37:04 2006
+++ configure Sun Dec 17 11:41:13 2006
@@ -1975,7 +1975,7 @@ do
ap_last="${ap_cur}"
ap_cur=`eval "echo ${ap_cur}"`
done
-exp_sysconfdir="${ap_cur}"
+exp_sysconfdir=%%CONFDIR%%
APACHE_VAR_SUBST="$APACHE_VAR_SUBST exp_sysconfdir"