summaryrefslogtreecommitdiff
path: root/package/libtorrent/patches/patch-scripts_ax_check_zlib_m4
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-20 08:48:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-22 14:19:07 +0100
commit62b1bd2c9ed275f94f0db7710adffed934ae1018 (patch)
tree59512d92a3515b496d629ec7ff3df49d3ed7631d /package/libtorrent/patches/patch-scripts_ax_check_zlib_m4
parent4ab779cc89c14df5f0ee3ce06524e821ea89ae4d (diff)
libtorrent: update to 0.13.8, but broken
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, 0 insertions, 11 deletions
diff --git a/package/libtorrent/patches/patch-scripts_ax_check_zlib_m4 b/package/libtorrent/patches/patch-scripts_ax_check_zlib_m4
deleted file mode 100644
index 1e629d011..000000000
--- a/package/libtorrent/patches/patch-scripts_ax_check_zlib_m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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