summaryrefslogtreecommitdiff
path: root/package/libtorrent/patches/patch-configure_ac
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-07 21:17:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-11 12:55:24 +0200
commit6635b3481c9929de30b0fd289a9c9a056ba51476 (patch)
tree5fb25cffa5de3b143147582254b3d6c6fd356010 /package/libtorrent/patches/patch-configure_ac
parent7543a2db56e2e1c02fb51af027bfc7f5ff0bd73e (diff)
update to latest upstream version
Diffstat (limited to 'package/libtorrent/patches/patch-configure_ac')
-rw-r--r--package/libtorrent/patches/patch-configure_ac18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/libtorrent/patches/patch-configure_ac b/package/libtorrent/patches/patch-configure_ac
new file mode 100644
index 000000000..c81950e7d
--- /dev/null
+++ b/package/libtorrent/patches/patch-configure_ac
@@ -0,0 +1,18 @@
+--- libtorrent-0.13.4.orig/configure.ac 2014-05-14 16:18:48.000000000 +0200
++++ libtorrent-0.13.4/configure.ac 2014-06-06 14:36:37.000000000 +0200
+@@ -19,7 +19,6 @@ AC_SUBST(LIBTORRENT_INTERFACE_VERSION_NO
+
+ AM_INIT_AUTOMAKE
+ AC_CONFIG_HEADERS(config.h)
+-AM_PATH_CPPUNIT(1.9.6)
+
+ AC_PROG_CXX
+
+@@ -98,7 +97,6 @@ AC_CHECK_FUNCS(posix_memalign)
+ TORRENT_CHECK_MADVISE()
+ TORRENT_CHECK_CACHELINE()
+ TORRENT_CHECK_POPCOUNT()
+-TORRENT_CHECK_EXECINFO()
+ TORRENT_CHECK_PTHREAD_SETNAME_NP()
+ TORRENT_MINCORE()
+ TORRENT_OTFD()