summaryrefslogtreecommitdiff
path: root/package/libtorrent/patches/patch-scripts_ax_check_zlib_m4
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-05-25 22:39:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-05-25 22:39:18 +0200
commit03715f6d77f496e6937534e5f2f5e5825a67f5b8 (patch)
tree318181bc2a0b0a6161101715c7cb4695030f6558 /package/libtorrent/patches/patch-scripts_ax_check_zlib_m4
parent6dd016cf3d645cafe26eb4ff4575dcb1a0cd5d9a (diff)
libtorrent: update to 0.13.6
Diffstat (limited to 'package/libtorrent/patches/patch-scripts_ax_check_zlib_m4')
-rw-r--r--package/libtorrent/patches/patch-scripts_ax_check_zlib_m411
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libtorrent/patches/patch-scripts_ax_check_zlib_m4 b/package/libtorrent/patches/patch-scripts_ax_check_zlib_m4
new file mode 100644
index 000000000..1e629d011
--- /dev/null
+++ b/package/libtorrent/patches/patch-scripts_ax_check_zlib_m4
@@ -0,0 +1,11 @@
+--- libtorrent-0.13.6.orig/scripts/ax_check_zlib.m4 2015-08-08 17:01:32.000000000 +0200
++++ libtorrent-0.13.6/scripts/ax_check_zlib.m4 2016-05-25 21:33:01.003893982 +0200
+@@ -79,7 +79,7 @@ AC_ARG_WITH([zlib],
+ AC_MSG_RESULT(yes)
+ if test -d "$withval"
+ then
+- zlib_places="$withval $zlib_places"
++ zlib_places="$withval"
+ else
+ AC_MSG_WARN([Sorry, $withval does not exist, checking usual places])
+ fi