]> git.ipfire.org Git - ipfire-3.x.git/blame - python/patches/python-2.6-rpath.patch
Move all packages to root.
[ipfire-3.x.git] / python / patches / python-2.6-rpath.patch
CommitLineData
95d3e551
MT
1diff -up Python-2.6/configure.in.rpath Python-2.6/configure.in
2--- Python-2.6/configure.in.rpath 2008-11-24 02:51:06.000000000 -0500
3+++ Python-2.6/configure.in 2008-11-24 02:51:21.000000000 -0500
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)'
10 RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
11 ;;
12 atheos*)