Accepting request 81055 from devel:libraries:c_c++

- respect user's openssl.cnf engine configuration, might 
 want to do crypto with aes-ni, intel-accell or use rdrand (forwarded request 81054 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/81055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libssh2_org?expand=0&rev=15
This commit is contained in:
Sascha Peilicke 2011-09-06 13:36:13 +00:00 committed by Git OBS Bridge
commit 8643225a83
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} \