churchyard / rpms / python2

Forked from rpms/python2 6 years ago
Clone
43e7c42
diff -up Python-2.6/configure.ac.rpath Python-2.6/configure.ac
43e7c42
--- Python-2.6/configure.ac.rpath	2008-11-24 02:51:06.000000000 -0500
43e7c42
+++ Python-2.6/configure.ac	2008-11-24 02:51:21.000000000 -0500
a7ef9c1
@@ -729,7 +729,7 @@ if test $enable_shared = "yes"; then
a7ef9c1
 	  ;;
a7ef9c1
     OSF*)
a7ef9c1
 	  LDLIBRARY='libpython$(VERSION).so'
a7ef9c1
-	  BLDLIBRARY='-rpath $(LIBDIR) -L. -lpython$(VERSION)'
a7ef9c1
+	  BLDLIBRARY='-L. -lpython$(VERSION)'
Matej Stuchlik ebcba88
 	  RUNSHARED=LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
a7ef9c1
 	  ;;
a7ef9c1
     atheos*)