This commit is contained in:
parent
038c3d9346
commit
38650a75b9
@ -9,7 +9,7 @@ License: BSD
|
|||||||
#
|
#
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: ldns-devel
|
BuildRequires: ldns-devel > 1.2.9
|
||||||
#
|
#
|
||||||
Url: http://www.unbound.net/
|
Url: http://www.unbound.net/
|
||||||
Source: http://www.unbound.net/downloads/unbound-%{version}.tar.gz
|
Source: http://www.unbound.net/downloads/unbound-%{version}.tar.gz
|
||||||
@ -24,9 +24,10 @@ a validating, recursive, and caching DNS resolver
|
|||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%patch
|
%patch
|
||||||
|
%{__rm} ldns-src.tar.gz
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-rpath --disable-static
|
%configure --disable-rpath --disable-static --with-ldns=%{_prefix}
|
||||||
%{__make}
|
%{__make}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user