diff options
author | itojun <itojun> | 2000-12-26 14:32:30 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-12-26 14:32:30 +0000 |
commit | a9ebc33d5f235c52d136ceb29d66b6525ba82542 (patch) | |
tree | 72c4d38efdbb6391b59c7ef5900ef289ccc08e7a | |
parent | defbed9c5d595f65a944b9fe11725ffd9b8d5569 (diff) | |
download | pkgsrc-a9ebc33d5f235c52d136ceb29d66b6525ba82542.tar.gz |
disable vtysh build (BROKEN), due to possible security issue.
FreeBSD PR 23856.
-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 |