You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
484 B
12 lines
484 B
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} |
|
;; |
|
atheos*)
|
|
|