pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bind99 Explicitly disable Python support. This fix...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3081c70dfc02
branches: trunk
changeset: 610861:3081c70dfc02
user: tron <tron%pkgsrc.org@localhost>
date: Thu Nov 08 16:01:51 2012 +0000
description:
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:
net/bind99/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r cc1dea71246e -r 3081c70dfc02 net/bind99/Makefile
--- a/net/bind99/Makefile Thu Nov 08 14:28:56 2012 +0000
+++ b/net/bind99/Makefile Thu Nov 08 16:01:51 2012 +0000
@@ -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+= --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
Home |
Main Index |
Thread Index |
Old Index