ebcba88f1c
Refreshed patches: #16, #112, #138, #147, #157, #166, #173, #5000 Dropped patches: #190, #192, #194
13 lines
504 B
Diff
13 lines
504 B
Diff
diff -up Python-2.6/configure.ac.rpath Python-2.6/configure.ac
|
|
--- Python-2.6/configure.ac.rpath 2008-11-24 02:51:06.000000000 -0500
|
|
+++ Python-2.6/configure.ac 2008-11-24 02:51:21.000000000 -0500
|
|
@@ -729,7 +729,7 @@ if test $enable_shared = "yes"; then
|
|
;;
|
|
OSF*)
|
|
LDLIBRARY='libpython$(VERSION).so'
|
|
- BLDLIBRARY='-rpath $(LIBDIR) -L. -lpython$(VERSION)'
|
|
+ BLDLIBRARY='-L. -lpython$(VERSION)'
|
|
RUNSHARED=LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
|
;;
|
|
atheos*)
|