From f55653e71c732b1ba06c1608feffa77a5c16f099 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 20 Dec 2007 17:59:33 +0000 Subject: [PATCH] apparently a build dependency on openssl is not enough for bind git-svn-id: svn://svn.openwrt.org/openwrt/packages@9809 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/bind/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index 565449b3c..ab377dc5c 100644 --- 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