summaryrefslogtreecommitdiff
path: root/net/zebra
diff options
context:
space:
mode:
authoritojun <itojun>2000-12-26 14:32:30 +0000
committeritojun <itojun>2000-12-26 14:32:30 +0000
commita9ebc33d5f235c52d136ceb29d66b6525ba82542 (patch)
tree72c4d38efdbb6391b59c7ef5900ef289ccc08e7a /net/zebra
parentdefbed9c5d595f65a944b9fe11725ffd9b8d5569 (diff)
downloadpkgsrc-a9ebc33d5f235c52d136ceb29d66b6525ba82542.tar.gz
disable vtysh build (BROKEN), due to possible security issue.
FreeBSD PR 23856.
Diffstat (limited to 'net/zebra')
-rw-r--r--net/zebra/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 308189793ec..f34e6ef914b 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2000/10/29 15:35:35 itojun Exp $
+# $NetBSD: Makefile,v 1.28 2000/12/26 14:32:30 itojun Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -18,6 +18,7 @@ BUILD_DEPENDS+= autoreconf:../../devel/autoconf
# libedit does not work due to missing functions.
.if defined(USE_ZEBRA_VTYSH) && ${USE_ZEBRA_VTYSH} == "YES"
+BROKEN= "possible security issue"
DEPENDS+= readline-*:../../devel/readline
CONFIGURE_ARGS+=--enable-vtysh
CONFIGURE_ENV+= LIBS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include