]> git.pld-linux.org Git - packages/curl.git/blobdiff - curl.spec
- --enable-ldaps
[packages/curl.git] / curl.spec
index 5702e6349cff52469a854c57b91df6d91edccea0..ebec61145c6bd158f15b5b128a2466866377914c 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -13,12 +13,12 @@ Summary(pt_BR.UTF-8):       Busca URL (suporta FTP, TELNET, LDAP, GOPHER, DICT, HTTP e
 Summary(ru.UTF-8):     Утилита для получения файлов с серверов FTP, HTTP и других
 Summary(uk.UTF-8):     Утиліта для отримання файлів з серверів FTP, HTTP та інших
 Name:          curl
-Version:       7.18.2
-Release:       3
+Version:       7.19.2
+Release:       1
 License:       MIT-like
 Group:         Applications/Networking
 Source0:       http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
-# Source0-md5: c389be5b0525276e58865956b7465562
+# Source0-md5: 3a461b145a4a31fe7d5a44684e7fbdbc
 Patch0:                %{name}-no_strip.patch
 Patch1:                %{name}-ac.patch
 Patch2:                %{name}-pc.patch
@@ -179,14 +179,14 @@ Bibliotecas estáticas para desenvolvimento com o curl.
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
        ac_cv_header_gss_h=no \
 %if %{with ssl}
-       --with-ca-bundle=/usr/share/ssl/ca-bundle.crt \
+       --with-ca-bundle=/etc/certs/ca-certificates.crt \
 %if %{with gnutls}
        --with-gnutls=%{_prefix} --without-ssl \
 %else
@@ -195,6 +195,7 @@ Bibliotecas estáticas para desenvolvimento com o curl.
 %endif
        %{?with_kerberos5:--with-gssapi=%{_prefix}} \
        %{?with_ares:--enable-ares=%{_prefix}} \
+       --enable-ldaps \
        --%{?with_ares:dis}%{!?with_ares:en}able-ipv6
 
 %{__make}
This page took 0.064178 seconds and 4 git commands to generate.