Recompile with -DNO_SSL_CALLBACK

This commit is contained in:
Vitezslav Crhonek 2010-12-09 11:58:05 +01:00
parent ab6512a245
commit 0b25a0f125

View File

@ -14,7 +14,7 @@ BuildRequires: perl-devel pkgconfig openssl-devel
BuildRequires: cmake
Requires: net-tools
Version: 2.2.4
Release: 1%{?dist}
Release: 2%{?dist}
Url: http://www.openwsman.org/
License: BSD
Group: Applications/System
@ -145,7 +145,7 @@ chmod -x src/cpp/WsmanClient.h
rm -rf build
mkdir build
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DFEDORA"
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DFEDORA -DNO_SSL_CALLBACK"
export SSL_LIB=`readlink %{_libdir}/libssl.so`
cd build
cmake \
@ -281,6 +281,9 @@ fi
%changelog
* Thu Dec 9 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.4-2
- Recompile with -DNO_SSL_CALLBACK
* Tue Nov 16 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.4-1
- Update to openwsman-2.2.4
- Add help2man generated manpage for openwsmand binary