diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-09 17:46:56 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-09 17:46:56 +0000 |
| commit | 7a3eefaa2a75ebc81fd96083ae5ba4e57893fd95 (patch) | |
| tree | 7c49bd50bc05f0f04f0c0084723577a56c11371c /dev-python/protobuf-python/files/protobuf-python-4.22.5-c++-17.patch | |
| parent | cfc2626644c97a3525658bf1b560378f1ba03466 (diff) | |
| download | baldeagleos-repo-7a3eefaa2a75ebc81fd96083ae5ba4e57893fd95.tar.gz baldeagleos-repo-7a3eefaa2a75ebc81fd96083ae5ba4e57893fd95.tar.xz baldeagleos-repo-7a3eefaa2a75ebc81fd96083ae5ba4e57893fd95.zip | |
Adding metadata
Diffstat (limited to 'dev-python/protobuf-python/files/protobuf-python-4.22.5-c++-17.patch')
| -rw-r--r-- | dev-python/protobuf-python/files/protobuf-python-4.22.5-c++-17.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/protobuf-python/files/protobuf-python-4.22.5-c++-17.patch b/dev-python/protobuf-python/files/protobuf-python-4.22.5-c++-17.patch new file mode 100644 index 000000000000..3ca6a5776d04 --- /dev/null +++ b/dev-python/protobuf-python/files/protobuf-python-4.22.5-c++-17.patch @@ -0,0 +1,13 @@ +diff --git a/python/setup.py b/python/setup.py +index e65631013..8a6cbe59a 100755 +--- a/python/setup.py ++++ b/python/setup.py +@@ -370,7 +370,7 @@ if __name__ == '__main__': + extra_compile_args.append('-Wno-invalid-offsetof') + extra_compile_args.append('-Wno-sign-compare') + extra_compile_args.append('-Wno-unused-variable') +- extra_compile_args.append('-std=c++14') ++ extra_compile_args.append('-std=c++17') + + if sys.platform == 'darwin': + extra_compile_args.append('-Wno-shorten-64-to-32') |
