Add missing #include for gcc-11
This commit is contained in:
parent
f3a06b48a5
commit
8593570046
13
community-mysql-gcc11.patch
Normal file
13
community-mysql-gcc11.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
index a826a081..00000000
|
||||||
|
diff --git a/include/mysql/components/services/page_track_service.h b/include/mysql/components/services/page_track_service.h
|
||||||
|
index 103b5135..e6b3ba6f 100644
|
||||||
|
--- a/include/mysql/components/services/page_track_service.h
|
||||||
|
+++ b/include/mysql/components/services/page_track_service.h
|
||||||
|
@@ -26,6 +26,7 @@
|
||||||
|
|
||||||
|
#include <mysql/components/service.h>
|
||||||
|
#include <functional>
|
||||||
|
+#include <cstddef>
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
Name: community-mysql
|
Name: community-mysql
|
||||||
Version: 8.0.21
|
Version: 8.0.21
|
||||||
Release: 14%{?with_debug:.debug}%{?dist}
|
Release: 15%{?with_debug:.debug}%{?dist}
|
||||||
Summary: MySQL client programs and shared libraries
|
Summary: MySQL client programs and shared libraries
|
||||||
URL: http://www.mysql.com
|
URL: http://www.mysql.com
|
||||||
|
|
||||||
@ -113,6 +113,7 @@ Patch55: %{pkgnamepatch}-rpath.patch
|
|||||||
Patch75: %{pkgnamepatch}-arm32-timer.patch
|
Patch75: %{pkgnamepatch}-arm32-timer.patch
|
||||||
Patch76: %{pkgnamepatch}-certs-expired.patch
|
Patch76: %{pkgnamepatch}-certs-expired.patch
|
||||||
Patch77: %{pkgnamepatch}-lto.patch
|
Patch77: %{pkgnamepatch}-lto.patch
|
||||||
|
Patch78: %{pkgnamepatch}-gcc11.patch
|
||||||
|
|
||||||
# Patches taken from boost 1.59
|
# Patches taken from boost 1.59
|
||||||
Patch115: boost-1.58.0-pool.patch
|
Patch115: boost-1.58.0-pool.patch
|
||||||
@ -381,6 +382,7 @@ the MySQL sources.
|
|||||||
%patch75 -p1
|
%patch75 -p1
|
||||||
%patch76 -p1
|
%patch76 -p1
|
||||||
%patch77 -p1
|
%patch77 -p1
|
||||||
|
%patch78 -p1
|
||||||
|
|
||||||
# Patch Boost
|
# Patch Boost
|
||||||
pushd boost/boost_$(echo %{boost_bundled_version}| tr . _)
|
pushd boost/boost_$(echo %{boost_bundled_version}| tr . _)
|
||||||
@ -968,6 +970,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 6 2020 Jeff Law <law@redhat> - 8.0.21-15
|
||||||
|
- Add missing #include for gcc-11
|
||||||
|
|
||||||
* Thu Oct 1 13:33:42 CEST 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 8.0.21-14
|
* Thu Oct 1 13:33:42 CEST 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 8.0.21-14
|
||||||
- Rebuilt for libevent 2.1.12 (again)
|
- Rebuilt for libevent 2.1.12 (again)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user