Browse Source

gnutls: Avoid building unused gnutls dependency

Avoid building unused gnutls dependency

Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>
(cherry picked from commit 32f4d46f51)
lilik-openwrt-22.03
Boris Krasnovskiy 2 years ago
committed by Josef Schlehofer
parent
commit
51ccd07614
No known key found for this signature in database GPG Key ID: B950216FE4329F4C
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/gnutls/Makefile

+ 1
- 1
libs/gnutls/Makefile View File

@ -103,7 +103,7 @@ endef
define Package/libgnutls-dane
$(call Package/gnutls/Default)
TITLE+= (libgnutls-dane library)
DEPENDS:= +libgnutls +libunbound
DEPENDS:= +libgnutls +PACKAGE_libgnutls-dane:libunbound
endef
define Package/libgnutls/description


Loading…
Cancel
Save