projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88b4234
)
bind: move dependency to the right place (#11660)
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Jun 2012 09:43:00 +0000
(09:43 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Jun 2012 09:43:00 +0000
(09:43 +0000)
SVN-Revision: 32266
net/bind/Makefile
patch
|
blob
|
history
diff --git
a/net/bind/Makefile
b/net/bind/Makefile
index f9fb1785bc0cc8eb1bef36ab3c39c9ed45c671b2..746b56c743948b32db24a3c4bd2c60cd3420d8ed 100644
(file)
--- a/
net/bind/Makefile
+++ b/
net/bind/Makefile
@@
-25,7
+25,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/bind/Default
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+bind-libs
+libopenssl
+ DEPENDS:=+bind-libs
TITLE:=bind
URL:=https://www.isc.org/software/bind
SUBMENU:=IP Addresses and Names
@@
-34,6
+34,7
@@
endef
define Package/bind-libs
SECTION:=libs
CATEGORY:=Libraries
+ DEPENDS:=+libopenssl
TITLE:=bind shared libraries
URL:=https://www.isc.org/software/bind
endef