Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > 9969ef18c12fc75f3ccab5700a94347b > files > 2

python-2.7.1-6.1.mga1.src.rpm

Index: setup.py
===================================================================
--- setup.py
+++ setup.py	2008-12-17 23:07:17.000000000 +0100
@@ -243,9 +243,6 @@
         return sys.platform
 
     def detect_modules(self):
-        # Ensure that /usr/local is always used
-        add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib')
-        add_dir_to_list(self.compiler.include_dirs, '/usr/local/include')
 
         # Add paths specified in the environment variables LDFLAGS and
         # CPPFLAGS for header and library files.