diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-24 12:07:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-24 12:07:28 +0100 |
commit | ac46e350e174e78a55a348eda775665ae0eb3277 (patch) | |
tree | 5574ba5e9a7108554683edb25bcd4b99599b8fa7 /package/rtorrent/patches | |
parent | 89aa2adc650176b493075e1d8e64f1b6cc635d90 (diff) |
update gcc, glibc and fix build breakage
Diffstat (limited to 'package/rtorrent/patches')
-rw-r--r-- | package/rtorrent/patches/patch-configure | 10 | ||||
-rw-r--r-- | package/rtorrent/patches/patch-ltmain_sh | 30 | ||||
-rw-r--r-- | package/rtorrent/patches/patch-src_command_network_cc | 6 |
3 files changed, 8 insertions, 38 deletions
diff --git a/package/rtorrent/patches/patch-configure b/package/rtorrent/patches/patch-configure index eeb358399..833360f24 100644 --- a/package/rtorrent/patches/patch-configure +++ b/package/rtorrent/patches/patch-configure @@ -1,6 +1,6 @@ ---- rtorrent-0.8.6.orig/configure 2009-11-30 16:45:22.000000000 +0100 -+++ rtorrent-0.8.6/configure 2011-03-05 11:45:35.000000000 +0100 -@@ -14566,38 +14566,6 @@ fi +--- rtorrent-0.9.0.orig/configure 2011-12-10 13:32:44.000000000 +0100 ++++ rtorrent-0.9.0/configure 2012-03-22 21:14:03.805634594 +0100 +@@ -15442,38 +15442,6 @@ fi @@ -10,8 +10,8 @@ - if test "$cross_compiling" = yes; then : - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} --as_fn_error "cannot run test program while cross compiling --See \`config.log' for more details." "$LINENO" 5; } +-as_fn_error $? "cannot run test program while cross compiling +-See \`config.log' for more details" "$LINENO" 5; } -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ 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 && diff --git a/package/rtorrent/patches/patch-src_command_network_cc b/package/rtorrent/patches/patch-src_command_network_cc index 89a44d351..cce4f9ed3 100644 --- a/package/rtorrent/patches/patch-src_command_network_cc +++ b/package/rtorrent/patches/patch-src_command_network_cc @@ -1,6 +1,6 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- rtorrent-0.8.5.orig/src/command_network.cc 2009-05-14 14:34:42.000000000 +0200 -+++ rtorrent-0.8.5/src/command_network.cc 2011-01-09 01:42:55.000000000 +0100 +--- rtorrent-0.9.0.orig/src/command_network.cc 2011-12-07 08:08:24.000000000 +0100 ++++ rtorrent-0.9.0/src/command_network.cc 2012-03-22 21:12:43.301634937 +0100 @@ -36,6 +36,7 @@ #include "config.h" @@ -8,4 +8,4 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +#include <cstdio> #include <functional> #include <cstdio> - #include <rak/address_info.h> + #include <unistd.h> |