From 5be4b22f4831aee9eb6e3ab1de3883729b3b750f Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 17 Aug 2010 10:38:57 +0000 Subject: [PATCH] [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 --- libs/gnutls/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 1316842b1..a3c554937 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -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 -- 2.11.0