apparently a build dependency on openssl is not enough for bind
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 20 Dec 2007 17:59:33 +0000 (17:59 +0000)
committernbd <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

index 565449b..ab377dc 100644 (file)
@@ -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