Add patch for Boost.Beast to work with C++20
This commit is contained in:
parent
378d8d7e42
commit
a562db598b
1466
boost-1.73.0-beast-coroutines.patch
Normal file
1466
boost-1.73.0-beast-coroutines.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -156,6 +156,9 @@ Patch88: boost-1.73.0-cmakedir.patch
|
|||||||
# https://github.com/ned14/outcome/issues/223
|
# https://github.com/ned14/outcome/issues/223
|
||||||
Patch89: boost-1.73.0-outcome-assert.patch
|
Patch89: boost-1.73.0-outcome-assert.patch
|
||||||
|
|
||||||
|
# https://github.com/boostorg/beast/pull/1927
|
||||||
|
Patch90: boost-1.73.0-beast-coroutines.patch
|
||||||
|
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
%bcond_with docs_generated
|
%bcond_with docs_generated
|
||||||
|
|
||||||
@ -669,6 +672,7 @@ find ./boost -name '*.hpp' -perm /111 | xargs chmod a-x
|
|||||||
%patch87 -p2
|
%patch87 -p2
|
||||||
%patch88 -p1
|
%patch88 -p1
|
||||||
%patch89 -p1
|
%patch89 -p1
|
||||||
|
%patch90 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Dump the versions being used into the build logs.
|
# Dump the versions being used into the build logs.
|
||||||
|
Loading…
Reference in New Issue
Block a user