projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a17ba0b
)
[packages] bind: move dependency to the right place (#11660)
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Jun 2012 09:43:00 +0000
(09:43 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Jun 2012 09:43:00 +0000
(09:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32266
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/bind/Makefile
patch
|
blob
|
history
diff --git
a/net/bind/Makefile
b/net/bind/Makefile
index
f9fb178
..
746b56c
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