projects
/
openwrt
/
svn-archive
/
archive.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add missing PKG_BUILDDEP to openssl
[openwrt/svn-archive/archive.git]
/
net
/
bind
/
Makefile
diff --git
a/net/bind/Makefile
b/net/bind/Makefile
index 8d751cf2a230a137ba74aade529ed86b88d1305a..b0f0d35dcc986982a3f1f320f52f2defaac3fdf4 100644
(file)
--- a/
net/bind/Makefile
+++ b/
net/bind/Makefile
@@
-21,6
+21,8
@@
PKG_CAT:=zcat
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
+PKG_BUILDDEP:=libopenssl
+
include $(INCLUDE_DIR)/package.mk
define Package/bind