diff options
author | itojun <itojun@pkgsrc.org> | 2000-12-26 14:32:30 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-12-26 14:32:30 +0000 |
commit | 1501c31d4689b9c8ffa7f3821b2a521c89f6307a (patch) | |
tree | 72c4d38efdbb6391b59c7ef5900ef289ccc08e7a /net/zebra | |
parent | 9a8078954775fc6e80d40834d3bf4fd2e8495821 (diff) | |
download | pkgsrc-1501c31d4689b9c8ffa7f3821b2a521c89f6307a.tar.gz |
disable vtysh build (BROKEN), due to possible security issue.
FreeBSD PR 23856.
Diffstat (limited to 'net/zebra')
-rw-r--r-- | net/zebra/Makefile | 3 |
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 |