Salome HOME
StaticMeshPlugin - add second patch
[tools/sat_salome.git] / products / patches / Python_zlib_detection.patch
1 diff -pruN Python-2.6.6_old/setup.py Python-2.6.6_new/setup.py
2 --- Python-2.6.6_old/setup.py   2010-07-17 14:31:09.000000000 +0200
3 +++ Python-2.6.6_new/setup.py   2014-03-28 14:03:49.938705971 +0100
4 @@ -409,7 +409,7 @@ class PyBuildExt(build_ext):
5          # be assumed that no additional -I,-L directives are needed.
6          lib_dirs = self.compiler.library_dirs + [
7              '/lib64', '/usr/lib64',
8 -            '/lib', '/usr/lib',
9 +            '/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'
10              ]
11          inc_dirs = self.compiler.include_dirs + ['/usr/include']
12          exts = []