Accepting request 632361 from home:elvigia:branches:network:utilities

- We HAVE_SSLv23_*_method, just not as functions, but macros
  add the relevant defines in the command line so support for
  autonegotiation of the highest TLS version is restored.

OBS-URL: https://build.opensuse.org/request/show/632361
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=46
This commit is contained in:
Marcus Meissner 2018-08-31 08:02:06 +00:00 committed by Git OBS Bridge
parent 0c93d41e01
commit 9cddc232d6
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 30 16:32:32 UTC 2018 - crrodriguez@opensuse.org
- We HAVE_SSLv23_*_method, just not as functions, but macros
add the relevant defines in the command line so support for
autonegotiation of the highest TLS version is restored.
-------------------------------------------------------------------
Tue Apr 3 13:53:32 CEST 2018 - kukuk@suse.de

View File

@ -68,7 +68,7 @@ fi
CL_DATE="$(awk -F " - " 'NR==2{print $1;}' %{SOURCE1})"
test -n "$CL_DATE"
export BUILD_DATE="$(LANG=C date --utc -d "${CL_DATE}" +"%b %e %Y %T")"
export RPM_OPT_FLAGS="%{optflags} -fno-strict-aliasing"
export CFLAGS="%{optflags} -fno-strict-aliasing -DHAVE_SSLv23_client_method -DHAVE_SSLv23_server_method"
%configure
%{__make} all
mkdir examples