added ares BR and --enable-ares

This commit is contained in:
Alex Burmashev 2013-10-10 16:25:53 +04:00
parent b119d64fab
commit bc750be3e0

View file

@ -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