From 38650a75b91bcb5b135bcfce7e7e3e89e56f299e7c7c563927ff5303b6923aaf Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Wed, 21 May 2008 04:01:06 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=2 --- unbound.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/unbound.spec b/unbound.spec index cae8799..2931cb4 100644 --- a/unbound.spec +++ b/unbound.spec @@ -9,7 +9,7 @@ License: BSD # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: openssl-devel -BuildRequires: ldns-devel +BuildRequires: ldns-devel > 1.2.9 # Url: http://www.unbound.net/ Source: http://www.unbound.net/downloads/unbound-%{version}.tar.gz @@ -24,9 +24,10 @@ a validating, recursive, and caching DNS resolver %prep %setup %patch +%{__rm} ldns-src.tar.gz %build -%configure --disable-rpath --disable-static +%configure --disable-rpath --disable-static --with-ldns=%{_prefix} %{__make} %install