From bc750be3e098c1543ef4b3af11ffd7103e248179 Mon Sep 17 00:00:00 2001 From: Alex Burmashev Date: Thu, 10 Oct 2013 16:25:53 +0400 Subject: [PATCH] added ares BR and --enable-ares --- curl.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/curl.spec b/curl.spec index a79b212..c4849d7 100644 --- a/curl.spec +++ b/curl.spec @@ -9,7 +9,7 @@ Summary: Gets a file from a FTP, GOPHER or HTTP server Name: curl Epoch: 1 Version: 7.30.0 -Release: 3 +Release: 4 License: BSD-like Group: Networking/Other Url: http://curl.haxx.se @@ -25,6 +25,7 @@ BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(libidn) BuildRequires: pkgconfig(libssh2) +BuildRequires: pkgconfig(libcares) Provides: webfetch %description @@ -97,7 +98,7 @@ autoreconf -fiv --enable-ipv6 \ --with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \ --with-gssapi=%{_prefix} \ - --disable-ares + --enable-ares %make