[packages] gnutls: fix certtool dependency on libgnutls-extra (closes: #7776)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22687 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2010-08-17 10:38:57 +00:00
parent cb29aae930
commit 5be4b22f48

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gnutls
PKG_VERSION:=2.8.6
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/gnutls \
@ -42,7 +42,7 @@ $(call Package/gnutls/Default)
SECTION:=utils
CATEGORY:=Utilities
TITLE+= (certool utility)
DEPENDS+= +libgnutls +libncurses +libreadline
DEPENDS+= +libgnutls +libgnutls-extra +libncurses +libreadline
endef
define Package/certtool/description