Commit e37ca5b
Fix Pax build error in Rocky Linux 8
Downgrade the protobuf version requirement from 3.6.1 to 3.5.0 so that
we can use the default protobuf version 3.5.0 in Rocky Linux 8 and avoid
building protobuf separately.
Also, add an explicit `#include <atomic>` to fix compilation error
realted to missing `std::atomic` definition caused by gcc-10.x.
See: github.com//issues/10971 parent 9f9d297 commit e37ca5b
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
192 | | - | |
| 193 | + | |
| 194 | + | |
0 commit comments