]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - python/patches/python-2.6-rpath.patch
python: Drop package
[people/stevee/ipfire-3.x.git] / python / patches / python-2.6-rpath.patch
diff --git a/python/patches/python-2.6-rpath.patch b/python/patches/python-2.6-rpath.patch
deleted file mode 100644 (file)
index 33d7cf6..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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*)