From aa93ca86db97e132891a4e404b471d1a24c4646c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 20 Jan 2018 23:45:37 +0100 Subject: [PATCH] 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 --- net/openconnect/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index 604a005571..a0e6c66ae7 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)