From: Nikos Mavrogiannopoulos Date: Sat, 20 Jan 2018 22:45:37 +0000 (+0100) Subject: openconnect: build without options we don't support X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=aa93ca86db97e132891a4e404b471d1a24c4646c;p=openwrt-packages.git 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 --- 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)