Accepting request 35703 from home:elvigia:branches:devel:libraries:c_c++

Copy from home:elvigia:branches:devel:libraries:c_c++/curl via accept of submit request 35703 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/35703
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=31
This commit is contained in:
Cristian Rodríguez 2010-03-24 18:41:13 +00:00 committed by Git OBS Bridge
parent eff96be558
commit 0d5d0c8c50
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 24 18:39:57 UTC 2010 - crrodriguez@opensuse.org
- enable libssh2 support unconditionally.
-------------------------------------------------------------------
Wed Mar 10 13:46:45 UTC 2010 - crrodriguez@opensuse.org

View File

@ -25,9 +25,7 @@ BuildRequires: krb5-devel
%else
BuildRequires: heimdal-devel
%endif
%if 0%{?_with_libssh2:1}
BuildRequires: libssh2-devel openssh
%endif
%if 0%{?_with_stunnel:1}
# used by the testsuite
BuildRequires: stunnel
@ -97,7 +95,7 @@ export CFLAGS="$RPM_OPT_FLAGS"
%else
--with-gssapi=/usr/lib/heimdal \
%endif
%{?_with_libssh2} \
--with-libssh2\
--enable-ares \
--libdir=%{_libdir} \
--enable-hidden-symbols \