prometheanfire 15/08/05 01:41:01 Added: 1.0.7-erasurecode_locations.patch Log: fixing build error bug 556534 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Revision Changes Path 1.1 dev-python/PyECLib/files/1.0.7-erasurecode_locations.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyECLib/files/1.0.7-erasurecode_locations.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyECLib/files/1.0.7-erasurecode_locations.patch?rev=1.1&content-type=text/plain Index: 1.0.7-erasurecode_locations.patch =================================================================== --- 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 = ''
