SOURCES: python-lib64.patch - sparc64 fix

tommat tommat at pld-linux.org
Mon Mar 19 14:55:44 CET 2007


Author: tommat                       Date: Mon Mar 19 13:55:44 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- sparc64 fix

---- Files affected:
SOURCES:
   python-lib64.patch (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SOURCES/python-lib64.patch
diff -u SOURCES/python-lib64.patch:1.15 SOURCES/python-lib64.patch:1.16
--- SOURCES/python-lib64.patch:1.15	Mon Mar 19 12:30:10 2007
+++ SOURCES/python-lib64.patch	Mon Mar 19 14:55:39 2007
@@ -191,7 +191,7 @@
  #endif
  
 +#ifndef LIB_PYTHON
-+#if defined(__x86_64__)
++#if defined(__x86_64__) || (defined(__sparc__) && defined(__arch64__))
 +#define LIB_PYTHON "lib64/python"
 +#else
 +#define LIB_PYTHON "lib/python"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/python-lib64.patch?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list