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

- respect user's openssl.cnf engine configuration, might 
 want to do crypto with aes-ni, intel-accell or use rdrand

OBS-URL: https://build.opensuse.org/request/show/81054
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh2_org?expand=0&rev=25
This commit is contained in:
Cristian Rodríguez 2011-09-06 04:48:20 +00:00 committed by Git OBS Bridge
parent 93be781720
commit 0b22ddfb7a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 6 04:42:00 UTC 2011 - crrodriguez@opensuse.org
- respect user's openssl.cnf engine configuration, might
want to do crypto with aes-ni, intel-accell or use rdrand
-------------------------------------------------------------------
Wed Aug 17 21:08:57 UTC 2011 - crrodriguez@opensuse.org

View File

@ -70,6 +70,7 @@ SECSH-PUBLICKEY.
%setup -q -n %{pkg_name}-%{version}
%build
export CFLAGS="%optflags -DOPENSSL_LOAD_CONF"
%configure --enable-hidden-symbols \
--disable-static --with-pic \
--disable-rpath --with-libz=%{_prefix} \