From b6f10dfb465d80c697eba317ae7fc0b6cd196d61f8902b746017ca5e846e9f7c Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Thu, 12 Sep 2013 10:57:45 +0000 Subject: [PATCH] Accepting request 198611 from home:elvigia:branches:X11:RemoteDesktop - build with -DOPENSSL_LOAD_CONF so among other things the application respects the system's openSSL configuration. OBS-URL: https://build.opensuse.org/request/show/198611 OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=39 --- freerdp.changes | 6 ++++++ freerdp.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/freerdp.changes b/freerdp.changes index d9c9de2..90aeedb 100644 --- a/freerdp.changes +++ b/freerdp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 12 07:03:02 UTC 2013 - crrodriguez@opensuse.org + +- build with -DOPENSSL_LOAD_CONF so among other things + the application respects the system's openSSL configuration. + ------------------------------------------------------------------- Thu Mar 7 09:10:15 UTC 2013 - bruno@ioda-net.ch diff --git a/freerdp.spec b/freerdp.spec index 9ad4407..dc7eb66 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -92,7 +92,7 @@ EOF %build mkdir build cd build -export CFLAGS="%{optflags}" +export CFLAGS="%{optflags} -DOPENSSL_LOAD_CONF" cmake \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_INSTALL_LIBDIR=%{_lib} \