diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-13 16:17:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-13 16:17:53 +0100 |
commit | 3542764b7d14a444e286a0109d603e1f0c82128b (patch) | |
tree | 48164ccf72072aabcd5e5a4083909fe30c9eb9cf /package/rtorrent/patches/patch-configure_ac | |
parent | df6e1dfc6d23ae8b46f7da64e07e5a1e06460d12 (diff) | |
parent | 37bbed9c2b33d657f47754c6ba0aa1d9a7af3fdd (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/rtorrent/patches/patch-configure_ac')
-rw-r--r-- | package/rtorrent/patches/patch-configure_ac | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/rtorrent/patches/patch-configure_ac b/package/rtorrent/patches/patch-configure_ac new file mode 100644 index 000000000..975e059cf --- /dev/null +++ b/package/rtorrent/patches/patch-configure_ac @@ -0,0 +1,18 @@ +--- rtorrent-0.9.2.orig/configure.ac 2012-04-20 08:55:30.000000000 +0200 ++++ rtorrent-0.9.2/configure.ac 2014-01-13 12:54:40.000000000 +0100 +@@ -4,7 +4,6 @@ AC_DEFINE(API_VERSION, 6, api version) + + AM_INIT_AUTOMAKE + AM_CONFIG_HEADER(config.h) +-AM_PATH_CPPUNIT(1.9.6) + + AC_PROG_CXX + AC_PROG_LIBTOOL +@@ -20,7 +19,6 @@ TORRENT_DISABLE_IPV6 + + AC_SYS_LARGEFILE + +-TORRENT_CHECK_EXECINFO() + TORRENT_OTFD() + + TORRENT_ENABLE_ARCH |