projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2099ab1
)
apparently a build dependency on openssl is not enough for bind
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 20 Dec 2007 17:59:33 +0000
(17:59 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 20 Dec 2007 17:59:33 +0000
(17:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9809
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/bind/Makefile
patch
|
blob
|
history
diff --git
a/net/bind/Makefile
b/net/bind/Makefile
index
565449b
..
ab377dc
100644
(file)
--- a/
net/bind/Makefile
+++ b/
net/bind/Makefile
@@
-21,14
+21,12
@@
PKG_MD5SUM:=09b54d35036cb0423b2e618f21766285
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-PKG_BUILD_DEPENDS:=libopenssl
-
include $(INCLUDE_DIR)/package.mk
define Package/bind/Default
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+bind-libs
+ DEPENDS:=+bind-libs
+libopenssl
TITLE:=bind
URL:=http://www.isc.org/sw/bind/
SUBMENU:=dns