diff options
author | tron <tron@pkgsrc.org> | 2012-11-08 16:01:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-11-08 16:01:51 +0000 |
commit | 3f7e889e996f439668f542b8270b40ffbb67ccb7 (patch) | |
tree | 3c44f3a95991f217e88f60a6010a81261762294b /net | |
parent | 100f1d4e03dc391db1c1d596d67d201cd31449b3 (diff) | |
download | pkgsrc-3f7e889e996f439668f542b8270b40ffbb67ccb7.tar.gz |
Explicitly disable Python support. This fixes build problems e.g. if the
"pkg_alternatives" package is installed and a binary called "python"
is available.
Diffstat (limited to 'net')
-rw-r--r-- | net/bind99/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index 7123d7efd26..cd1d7bfb53f 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/23 17:18:11 asau Exp $ +# $NetBSD: Makefile,v 1.16 2012/11/08 16:01:51 tron Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --sysconfdir=/etc CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} CONFIGURE_ARGS+= --disable-openssl-version-check CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q} +CONFIGURE_ARGS+= --with-python=no .if ${MACHINE_PLATFORM:MNetBSD-*-mipsel} != "" CONFIGURE_ARGS+= --disable-atomic .endif |