From: Nicolas Thill Date: Tue, 15 Nov 2011 03:14:20 +0000 (+0000) Subject: packages/unbound: use newly added libldns instead of the embedded one (closes: #10308) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6289d725d29db443dade74423ca086d97313f361;p=openwrt%2Fsvn-archive%2Fpackages.git packages/unbound: use newly added libldns instead of the embedded one (closes: #10308) SVN-Revision: 29147 --- diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 5f9948e76..da95f2271 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 \