Blame SOURCES/python-2.6-rpath.patch

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