mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
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>
This commit is contained in:
@@ -53,6 +53,8 @@ CONFIGURE_ARGS += \
|
|||||||
--with-vpnc-script=/lib/netifd/vpnc-script \
|
--with-vpnc-script=/lib/netifd/vpnc-script \
|
||||||
--without-libpcsclite \
|
--without-libpcsclite \
|
||||||
--without-stoken \
|
--without-stoken \
|
||||||
|
--without-libpskc \
|
||||||
|
--without-gssapi \
|
||||||
--without-lz4
|
--without-lz4
|
||||||
|
|
||||||
ifeq ($(CONFIG_OPENCONNECT_OPENSSL),y)
|
ifeq ($(CONFIG_OPENCONNECT_OPENSSL),y)
|
||||||
|
|||||||
Reference in New Issue
Block a user