Blame SOURCES/python-2.6-rpath.patch

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