openconnect: build without options we don't support
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 20 Jan 2018 22:45:37 +0000 (23:45 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 20 Jan 2018 22:47:44 +0000 (23:47 +0100)
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>
net/openconnect/Makefile

index 604a00557196de6c1aab1d40f7436826f161fd14..a0e6c66ae708cc4626a4e7aaed4b42683c5e6fb9 100644 (file)
@@ -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)