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:
a23b66c
)
Make all packages depend on bind-libs (#2454)
author
Florian Fainelli
<florian@openwrt.org>
Mon, 8 Oct 2007 16:45:37 +0000
(16:45 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 8 Oct 2007 16:45:37 +0000
(16:45 +0000)
SVN-Revision: 9189
net/bind/Makefile
patch
|
blob
|
history
diff --git
a/net/bind/Makefile
b/net/bind/Makefile
index 86bc1d36c61117e4d529f8855300141a8a98ad84..a4957eb8ac80afdab2a1c14c512ab91050f6dfbb 100644
(file)
--- a/
net/bind/Makefile
+++ b/
net/bind/Makefile
@@
-29,13
+29,18
@@
include $(INCLUDE_DIR)/package.mk
define Package/bind/Default
SECTION:=net
CATEGORY:=Network
+ DEPENDS:=bind-libs
TITLE:=bind
URL:=http://www.isc.org/sw/bind/
+ SUBMENU:=ISC Bind
endef
define Package/bind-libs
- $(call Package/bind/Default)
- TITLE+= shared libraries
+ SECTION:=net
+ CATEGORY:=Network
+ TITLE:=bind shared libraries
+ URL:=http://www.isc.org/sw/bind/
+ SUBMENU:=ISC Bind
endef
define Package/bind-server