summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/bind97/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/bind97/Makefile b/net/bind97/Makefile
index c6565e67789..fde692040c1 100644
--- a/net/bind97/Makefile
+++ b/net/bind97/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2012/12/16 01:52:27 obache Exp $
+# $NetBSD: Makefile,v 1.24.2.1 2013/03/30 11:53:00 tron Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
-PKGREVISION= 2
+PKGREVISION= 5
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \
http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/
@@ -28,6 +28,9 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
#CONFIG_SHELL= sh -x
+# workaround for CVE-2013-2266
+CONFIGURE_ENV+= ac_cv_header_regex_h=no
+
CONFIGURE_ARGS+= --with-libtool
CONFIGURE_ARGS+= --sysconfdir=/etc
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}