summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2012-03-26 18:44:19 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2012-03-26 18:44:19 +0000
commit641b91092847d1a541bdf3da867835cf2bb2ea69 (patch)
tree3eda216ccbd4cbabe7a115bce7be895526753260
parent346b57d5b6e23b181371c9c9fe369b20ee877ad8 (diff)
set --without-pythonmodule (this is the default anyway, but better to be explicit).
-rw-r--r--usr.sbin/unbound/Makefile.bsd-wrapper3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/unbound/Makefile.bsd-wrapper b/usr.sbin/unbound/Makefile.bsd-wrapper
index 17eb44f9506..fc960e144f4 100644
--- a/usr.sbin/unbound/Makefile.bsd-wrapper
+++ b/usr.sbin/unbound/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2012/03/26 18:14:59 sthen Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2012/03/26 18:44:18 sthen Exp $
.include <bsd.own.mk>
@@ -17,6 +17,7 @@ CONFIGURE_OPTS_UNBOUND= --enable-allsymbols \
--with-libexpat=/usr \
--with-ldns=ldns \
--without-pthreads \
+ --without-pythonmodule \
--with-chroot-dir=${CHROOTDIR} \
--with-pidfile=${CHROOTDIR}/var/run/unbound.pid \
--with-conf-file=${CHROOTDIR}/etc/unbound.conf \