aboutsummaryrefslogtreecommitdiff
path: root/net/openconnect
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-01-20 23:45:37 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-01-20 23:47:44 +0100
commitaa93ca86db97e132891a4e404b471d1a24c4646c (patch)
treef4dcf171c1836e794f1696d87dce7e3481ba6dd7 /net/openconnect
parentd0e24bd6ed7a501d249518137a04c0bba17da9ef (diff)
openconnect: build without options we don't support
That is, since we don't require gssapi or libpskc, avoid accidental builds with it. Closes #5474 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'net/openconnect')
-rw-r--r--net/openconnect/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile
index 604a00557..a0e6c66ae 100644
--- a/net/openconnect/Makefile
+++ b/net/openconnect/Makefile
@@ -53,6 +53,8 @@ CONFIGURE_ARGS += \
--with-vpnc-script=/lib/netifd/vpnc-script \
--without-libpcsclite \
--without-stoken \
+ --without-libpskc \
+ --without-gssapi \
--without-lz4
ifeq ($(CONFIG_OPENCONNECT_OPENSSL),y)