summaryrefslogtreecommitdiff
path: root/package/rtorrent/patches/patch-ltmain_sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-24 12:07:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-24 12:07:28 +0100
commitac46e350e174e78a55a348eda775665ae0eb3277 (patch)
tree5574ba5e9a7108554683edb25bcd4b99599b8fa7 /package/rtorrent/patches/patch-ltmain_sh
parent89aa2adc650176b493075e1d8e64f1b6cc635d90 (diff)
update gcc, glibc and fix build breakage
Diffstat (limited to 'package/rtorrent/patches/patch-ltmain_sh')
-rw-r--r--package/rtorrent/patches/patch-ltmain_sh30
1 files changed, 0 insertions, 30 deletions
diff --git a/package/rtorrent/patches/patch-ltmain_sh b/package/rtorrent/patches/patch-ltmain_sh
deleted file mode 100644
index 7fc18fefb..000000000
--- a/package/rtorrent/patches/patch-ltmain_sh
+++ /dev/null
@@ -1,30 +0,0 @@
---- rtorrent-0.8.6.orig/ltmain.sh 2009-11-30 16:44:25.000000000 +0100
-+++ rtorrent-0.8.6/ltmain.sh 2011-03-05 11:44:54.000000000 +0100
-@@ -5516,27 +5516,6 @@ func_mode_link ()
- esac
- fi
-
-- # Hardcode the library path.
-- # Skip directories that are in the system default run-time
-- # search path.
-- case " $sys_lib_dlsearch_path " in
-- *" $absdir "*) ;;
-- *)
-- case "$compile_rpath " in
-- *" $absdir "*) ;;
-- *) compile_rpath="$compile_rpath $absdir"
-- esac
-- ;;
-- esac
-- case " $sys_lib_dlsearch_path " in
-- *" $libdir "*) ;;
-- *)
-- case "$finalize_rpath " in
-- *" $libdir "*) ;;
-- *) finalize_rpath="$finalize_rpath $libdir"
-- esac
-- ;;
-- esac
- fi # $linkmode,$pass = prog,link...
-
- if test "$alldeplibs" = yes &&