openbsd-ports/www/apache-httpd/patches/patch-configure
bernd 8ce0f5af89 Security update to apache-httpd-2.2.9. (CVE-2008-2364 and CVE-2007-6420)
http://www.apache.org/dist/httpd/CHANGES_2.2.9

Also fix LIB_DEPENDS and use the external pcre library instead of the shipped
one.

ok dlg@, simon@, merdely@ (pre-lock)
2008-09-02 22:05:23 +00:00

13 lines
350 B
Plaintext

$OpenBSD: patch-configure,v 1.5 2008/09/02 22:05:23 bernd Exp $
--- configure.orig Tue Jun 10 21:18:00 2008
+++ configure Thu Jul 24 12:22:14 2008
@@ -2816,7 +2816,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"