SHA256
1
0
forked from pool/freerdp

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
This commit is contained in:
Bruno Friedmann 2013-09-12 10:57:45 +00:00 committed by Git OBS Bridge
parent cccf081e29
commit b6f10dfb46
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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} \