gnutls: Avoid building unused gnutls dependency
Avoid building unused gnutls dependency Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>
This commit is contained in:
parent
0c245fda70
commit
32f4d46f51
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ endef
|
||||||
define Package/libgnutls-dane
|
define Package/libgnutls-dane
|
||||||
$(call Package/gnutls/Default)
|
$(call Package/gnutls/Default)
|
||||||
TITLE+= (libgnutls-dane library)
|
TITLE+= (libgnutls-dane library)
|
||||||
DEPENDS:= +libgnutls +libunbound
|
DEPENDS:= +libgnutls +PACKAGE_libgnutls-dane:libunbound
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libgnutls/description
|
define Package/libgnutls/description
|
||||||
|
|
Loading…
Reference in a new issue