[packages] gnutls: fix certtool dependency on libgnutls-extra (closes: #7776)
authorNicolas Thill <nico@openwrt.org>
Tue, 17 Aug 2010 10:38:57 +0000 (10:38 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 17 Aug 2010 10:38:57 +0000 (10:38 +0000)
SVN-Revision: 22687

libs/gnutls/Makefile

index 1316842b1372aa26bebc0399d2cb7b5f8b0ee27a..a3c554937e7bb0a91c1ce5918123ab698ffec81f 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gnutls
 PKG_VERSION:=2.8.6
 
 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 \
 
 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)
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE+= (certool utility)
-  DEPENDS+= +libgnutls +libncurses +libreadline
+  DEPENDS+= +libgnutls +libgnutls-extra +libncurses +libreadline
 endef
 
 define Package/certtool/description
 endef
 
 define Package/certtool/description