forked from pool/python-fb-re2
- Add cpp17.patch to build in newer version of absl
gh#facebook/pyre2#25 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fb-re2?expand=0&rev=7
This commit is contained in:
12
cpp17.patch
Normal file
12
cpp17.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: pyre2-1.0.7/setup.py
|
||||
===================================================================
|
||||
--- pyre2-1.0.7.orig/setup.py
|
||||
+++ pyre2-1.0.7/setup.py
|
||||
@@ -21,6 +21,6 @@ setup(
|
||||
ext_modules = [Extension("_re2",
|
||||
sources = ["_re2.cc"],
|
||||
libraries = ["re2"],
|
||||
- extra_compile_args=['-std=c++11'],
|
||||
+ extra_compile_args=['-std=c++17'],
|
||||
)],
|
||||
)
|
||||
Reference in New Issue
Block a user