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
This commit is contained in:
nbd 2007-12-20 17:59:33 +00:00
parent 2099ab1526
commit f55653e71c

View 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