From 0b22ddfb7ae6f57bb9104b8d54e109a50c3b54dafac3f2bc41edad71b62dd666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Tue, 6 Sep 2011 04:48:20 +0000 Subject: [PATCH] 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 --- libssh2_org.changes | 6 ++++++ libssh2_org.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/libssh2_org.changes b/libssh2_org.changes index 27fafb9..75f3884 100644 --- a/libssh2_org.changes +++ b/libssh2_org.changes @@ -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 diff --git a/libssh2_org.spec b/libssh2_org.spec index a7ad1cc..f2b3c28 100644 --- a/libssh2_org.spec +++ b/libssh2_org.spec @@ -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} \