projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
906f1d2
)
Add missing PKG_BUILDDEP to openssl
author
Florian Fainelli
<florian@openwrt.org>
Mon, 31 Jul 2006 13:10:09 +0000
(13:10 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 31 Jul 2006 13:10:09 +0000
(13:10 +0000)
SVN-Revision: 4348
net/bind/Makefile
patch
|
blob
|
history
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