[backfire] packages/unbound: use newly added libldns instead of the embedded one...
authorNicolas Thill <nico@openwrt.org>
Tue, 15 Nov 2011 03:14:20 +0000 (03:14 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 15 Nov 2011 03:14:20 +0000 (03:14 +0000)
SVN-Revision: 29147

net/unbound/Makefile

index 5f9948e76e3faa188718ff0e3ca96604018348a7..da95f2271849490312898d7f8a104abe4370901f 100644 (file)
@@ -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 \