Blame SOURCES/python-2.6-rpath.patch

6e8c2f
diff -up Python-2.6/configure.ac.rpath Python-2.6/configure.ac
6e8c2f
--- Python-2.6/configure.ac.rpath	2008-11-24 02:51:06.000000000 -0500
6e8c2f
+++ Python-2.6/configure.ac	2008-11-24 02:51:21.000000000 -0500
6e8c2f
@@ -729,7 +729,7 @@ if test $enable_shared = "yes"; then
6e8c2f
 	  ;;
6e8c2f
     OSF*)
6e8c2f
 	  LDLIBRARY='libpython$(VERSION).so'
6e8c2f
-	  BLDLIBRARY='-rpath $(LIBDIR) -L. -lpython$(VERSION)'
6e8c2f
+	  BLDLIBRARY='-L. -lpython$(VERSION)'
6e8c2f
 	  RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
6e8c2f
 	  ;;
6e8c2f
     atheos*)