Accepting request 35079 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/curl based on submit request 35079 from user coolo OBS-URL: https://build.opensuse.org/request/show/35079 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=45
This commit is contained in:
commit
a817e66e90
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 10 13:46:45 UTC 2010 - crrodriguez@opensuse.org
|
||||
|
||||
- enable libcares support unconditionally.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 21:39:56 CET 2010 - dimstar@opensuse.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: curl
|
||||
BuildRequires: libidn-devel openldap2-devel openssl-devel zlib-devel
|
||||
BuildRequires: libcares-devel libidn-devel openldap2-devel openssl-devel zlib-devel
|
||||
%if 0%{suse_version} > 930
|
||||
BuildRequires: krb5-devel
|
||||
%else
|
||||
@ -34,7 +34,7 @@ BuildRequires: stunnel
|
||||
%endif
|
||||
#define cvs_suffix -20090302
|
||||
Version: 7.20.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -98,6 +98,7 @@ export CFLAGS="$RPM_OPT_FLAGS"
|
||||
--with-gssapi=/usr/lib/heimdal \
|
||||
%endif
|
||||
%{?_with_libssh2} \
|
||||
--enable-ares \
|
||||
--libdir=%{_libdir} \
|
||||
--enable-hidden-symbols \
|
||||
--disable-static
|
||||
|
Loading…
x
Reference in New Issue
Block a user