]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - python/patches/python-2.6-rpath.patch
python: Update to 2.7.12.
[people/stevee/ipfire-3.x.git] / python / patches / python-2.6-rpath.patch
CommitLineData
48d9a6a0
MT
1diff -up Python-2.6/configure.ac.rpath Python-2.6/configure.ac
2--- Python-2.6/configure.ac.rpath 2008-11-24 02:51:06.000000000 -0500
3+++ Python-2.6/configure.ac 2008-11-24 02:51:21.000000000 -0500
95d3e551
MT
4@@ -729,7 +729,7 @@ if test $enable_shared = "yes"; then
5 ;;
6 OSF*)
7 LDLIBRARY='libpython$(VERSION).so'
8- BLDLIBRARY='-rpath $(LIBDIR) -L. -lpython$(VERSION)'
9+ BLDLIBRARY='-L. -lpython$(VERSION)'
4034c523 10 RUNSHARED=LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
95d3e551
MT
11 ;;
12 atheos*)