Add missing ssl.h include
This commit is contained in:
parent
b02f951c65
commit
82a9c7bef1
11
pegasus-2.14.1-ssl-include.patch
Normal file
11
pegasus-2.14.1-ssl-include.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -up pegasus/src/Pegasus/Server/tests/TLSv_1_2_Support/TestTLSv1_2_Support.cpp.orig pegasus/src/Pegasus/Server/tests/TLSv_1_2_Support/TestTLSv1_2_Support.cpp
|
||||||
|
--- pegasus/src/Pegasus/Server/tests/TLSv_1_2_Support/TestTLSv1_2_Support.cpp.orig 2015-05-19 13:49:59.100133630 +0200
|
||||||
|
+++ pegasus/src/Pegasus/Server/tests/TLSv_1_2_Support/TestTLSv1_2_Support.cpp 2015-05-19 13:50:40.665309444 +0200
|
||||||
|
@@ -37,6 +37,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef PEGASUS_HAS_SSL
|
||||||
|
+# include <openssl/ssl.h>
|
||||||
|
# include <openssl/tls1.h>
|
||||||
|
#endif
|
||||||
|
|
@ -82,6 +82,8 @@ Patch29: pegasus-2.13.0-enable-subscriptions-for-nonprivileged-users.patc
|
|||||||
Patch33: pegasus-2.13.0-gcc5-build.patch
|
Patch33: pegasus-2.13.0-gcc5-build.patch
|
||||||
# 34: fixes various build problemss
|
# 34: fixes various build problemss
|
||||||
Patch34: pegasus-2.14.1-build-fixes.patch
|
Patch34: pegasus-2.14.1-build-fixes.patch
|
||||||
|
# 35: add missing ssl.h include
|
||||||
|
Patch35: pegasus-2.14.1-ssl-include.patch
|
||||||
|
|
||||||
BuildRequires: procps, libstdc++, pam-devel
|
BuildRequires: procps, libstdc++, pam-devel
|
||||||
BuildRequires: openssl, openssl-devel
|
BuildRequires: openssl, openssl-devel
|
||||||
@ -226,6 +228,7 @@ yes | mak/CreateDmtfSchema 238 %{SOURCE9} cim_schema_2.38.0
|
|||||||
%patch29 -p1 -b .enable-subscriptions-for-nonprivileged-users
|
%patch29 -p1 -b .enable-subscriptions-for-nonprivileged-users
|
||||||
%patch33 -p1 -b .gcc5-build
|
%patch33 -p1 -b .gcc5-build
|
||||||
%patch34 -p1 -b .build-fixes
|
%patch34 -p1 -b .build-fixes
|
||||||
|
%patch35 -p1 -b .ssl-include
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -507,6 +510,7 @@ fi
|
|||||||
* Tue May 19 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.14.1-24
|
* Tue May 19 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.14.1-24
|
||||||
- Add snmp tests to the -test rpm and enable them, configure snmptrapd
|
- Add snmp tests to the -test rpm and enable them, configure snmptrapd
|
||||||
in test setup phase
|
in test setup phase
|
||||||
|
- Add missing ssl.h include
|
||||||
|
|
||||||
* Wed Apr 08 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.14.1-23
|
* Wed Apr 08 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.14.1-23
|
||||||
- Update to upstream version 2.14.1
|
- Update to upstream version 2.14.1
|
||||||
|
Loading…
Reference in New Issue
Block a user