diff options
author | Nicolas Thill <nico@openwrt.org> | 2014-10-25 09:30:33 +0200 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2014-10-25 09:40:56 +0200 |
commit | 896b23e650604dbac50b3d39998c2e4784e4002c (patch) | |
tree | b0215ad861d54f9e9efa63489dbd14b76b119c2b /libs/gnutls | |
parent | 6243f35724791a7f5925991321290ce38b17b0e6 (diff) |
gnutls: force rebuuld when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'libs/gnutls')
-rw-r--r-- | libs/gnutls/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 4c6b238a6..a435d584f 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -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 |