diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/unbound/Makefile.bsd-wrapper | 3 |
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 \ |