Add missing PKG_BUILDDEP to openssl
authorFlorian Fainelli <florian@openwrt.org>
Mon, 31 Jul 2006 13:10:09 +0000 (13:10 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 31 Jul 2006 13:10:09 +0000 (13:10 +0000)
SVN-Revision: 4348

net/bind/Makefile

index 8d751cf2a230a137ba74aade529ed86b88d1305a..b0f0d35dcc986982a3f1f320f52f2defaac3fdf4 100644 (file)
@@ -21,6 +21,8 @@ PKG_CAT:=zcat
 
 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
 
 
 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
 
+PKG_BUILDDEP:=libopenssl
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/bind
 include $(INCLUDE_DIR)/package.mk
 
 define Package/bind