diff options
Diffstat (limited to 'dev-python/PyECLib/files/1.0.7-erasurecode_locations.patch')
-rw-r--r-- | dev-python/PyECLib/files/1.0.7-erasurecode_locations.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/PyECLib/files/1.0.7-erasurecode_locations.patch b/dev-python/PyECLib/files/1.0.7-erasurecode_locations.patch new file mode 100644 index 00000000000..9f12a56cf19 --- /dev/null +++ b/dev-python/PyECLib/files/1.0.7-erasurecode_locations.patch @@ -0,0 +1,11 @@ +--- setup.py 2015-04-15 18:13:08.000000000 -0500 ++++ setup.py.new 2015-08-04 20:36:06.236656803 -0500 +@@ -66,7 +66,7 @@ + default_include_paths = [default_python_incdir, + '/usr/local/include', '/usr/local/include/jerasure', + '/usr/include', 'src/c/pyeclib_c', +- '/usr/local/include'] ++ '/usr/include/liberasurecode', '/usr/local/include'] + + libflags = '' + includeflags = '' |