From 7e9fb2858299f83645ce12a1741c63e082f81bea Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 15 Nov 2011 03:14:20 +0000 Subject: [PATCH] [backfire] packages/unbound: use newly added libldns instead of the embedded one (closes: #10308) SVN-Revision: 29147 --- net/unbound/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 5f9948e76e..da95f22718 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound PKG_VERSION:=1.4.5 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.unbound.net/downloads @@ -27,10 +27,11 @@ define Package/unbound SUBMENU:=IP Addresses and Names TITLE:=A validating, recursive, and caching DNS resolver URL:=http://www.unbound.net/ - DEPENDS:=+libopenssl + DEPENDS:=+libldns +libopenssl endef CONFIGURE_ARGS += \ + --with-ldns="$(STAGING_DIR)/usr" \ --with-ssl="$(STAGING_DIR)/usr" \ --without-pthreads \ -- 2.30.2