[package] update rtorrent to r1104 (#6176)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18553 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-11-26 23:39:26 +00:00
parent 66c8dcd14b
commit b6c38c016b
7 changed files with 14 additions and 99 deletions

View File

@ -0,0 +1,12 @@
diff -durN a/scripts/common.m4 b/scripts/common.m4
--- a/scripts/common.m4 2009-11-13 10:44:23.000000000 +0300
+++ b/scripts/common.m4 2009-11-05 11:20:35.000000000 +0300
@@ -184,7 +183,7 @@
AC_DEFUN([TORRENT_CHECK_EXECINFO], [
AC_MSG_CHECKING(for execinfo.h)
- AC_RUN_IFELSE(
+ AC_LINK_IFELSE(
[[#include <execinfo.h>
int main() { backtrace((void**)0, 0); backtrace_symbols((char**)0, 0); return 0;}
]],