mirror of
https://abf.rosa.ru/djam/curl.git
synced 2025-02-23 07:43:02 +00:00
added ares BR and --enable-ares
This commit is contained in:
parent
b119d64fab
commit
bc750be3e0
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue