mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #2711 from jow-/openconnect-nolz4
openconnect: avoid possible implicit dependency on liblz4
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=openconnect
|
PKG_NAME:=openconnect
|
||||||
PKG_VERSION:=7.06
|
PKG_VERSION:=7.06
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
PKG_USE_MIPS16:=0
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
@@ -50,7 +50,8 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-shared \
|
--disable-shared \
|
||||||
--with-vpnc-script=/lib/netifd/vpnc-script \
|
--with-vpnc-script=/lib/netifd/vpnc-script \
|
||||||
--without-libpcsclite \
|
--without-libpcsclite \
|
||||||
--without-stoken
|
--without-stoken \
|
||||||
|
--without-lz4
|
||||||
|
|
||||||
ifeq ($(CONFIG_OPENCONNECT_OPENSSL),y)
|
ifeq ($(CONFIG_OPENCONNECT_OPENSSL),y)
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
|||||||
Reference in New Issue
Block a user