Blame SOURCES/python-2.6-rpath.patch

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