gnutls: force rebuuld when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
parent
2f285717a2
commit
e07a0c5ceb
1 changed files with 14 additions and 0 deletions
|
@ -21,6 +21,20 @@ PKG_INSTALL:=1
|
|||
PKG_LIBTOOL_PATHS:=. lib
|
||||
PKG_CHECK_FORMAT_SECURITY:=0
|
||||
|
||||
PKG_CONFIG_DEPENDS:= \
|
||||
CONFIG_GNUTLS_ALPN \
|
||||
CONFIG_GNUTLS_ANON \
|
||||
CONFIG_GNUTLS_CRYPTODEV \
|
||||
CONFIG_GNUTLS_DTLS_SRTP \
|
||||
CONFIG_GNUTLS_EXT_LIBTASN1 \
|
||||
CONFIG_GNUTLS_HEARTBEAT \
|
||||
CONFIG_GNUTLS_OCSP \
|
||||
CONFIG_GNUTLS_OPENPGP \
|
||||
CONFIG_GNUTLS_PKCS11 \
|
||||
CONFIG_GNUTLS_PSK \
|
||||
CONFIG_GNUTLS_SRP \
|
||||
CONFIG_LIBNETTLE_MINI \
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue