]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - python/patches/python-2.6-rpath.patch
Move all packages to root.
[people/ms/ipfire-3.x.git] / python / patches / python-2.6-rpath.patch
1 diff -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*)