Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37735186
en ru br
ALT Linux repos
S:2.7.18-alt11
5.0: 2.5.4-alt5
4.1: 2.5.4-alt0.M41.1
4.0: 2.4.5-alt0.M40.1
3.0: 2.4.1-alt5

Group :: Development/Python
RPM: python

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: python-2.5.1-deb-setup.patch
Download


diff --git a/Python/setup.py b/Python/setup.py
index 40ad843..f81063c 100644
--- a/Python/setup.py
+++ b/Python/setup.py
@@ -438,8 +438,9 @@ class PyBuildExt(build_ext):
     def detect_modules(self):
         # Ensure that /usr/local is always used
         if not cross_compiling:
-            add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib')
-            add_dir_to_list(self.compiler.include_dirs, '/usr/local/include')
+            #add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib')
+            #add_dir_to_list(self.compiler.include_dirs, '/usr/local/include')
+            pass
         if cross_compiling:
             self.add_gcc_paths()
         self.add_multiarch_paths()
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin