Blame SOURCES/python-2.6-rpath.patch

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