projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6921c0
)
[packages] gnutls: fix certtool dependency on libgnutls-extra (closes: #7776)
author
Nicolas Thill
<nico@openwrt.org>
Tue, 17 Aug 2010 10:38:57 +0000
(10:38 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 17 Aug 2010 10:38:57 +0000
(10:38 +0000)
SVN-Revision: 22687
libs/gnutls/Makefile
patch
|
blob
|
history
diff --git
a/libs/gnutls/Makefile
b/libs/gnutls/Makefile
index
1316842
..
a3c5549
100644
(file)
--- 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 +lib
gnutls-extra +lib
ncurses +libreadline
endef
define Package/certtool/description