aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libtorrent-rasterbar/no-sse.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-05-24 09:39:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-05-24 09:40:06 +0000
commit1e3426701a2917b7c3f8866d97af2dcef9799724 (patch)
tree1833f4b0aadc3605de4f223d085db190d4298948 /testing/libtorrent-rasterbar/no-sse.patch
parent957e76dcad928a8c048a0f62aa79c7625538b00a (diff)
downloadaports-1e3426701a2917b7c3f8866d97af2dcef9799724.tar.bz2
aports-1e3426701a2917b7c3f8866d97af2dcef9799724.tar.xz
testing/libtorrent-rasterbar: disable sse4
Backport of upstream fix: https://github.com/arvidn/libtorrent/commit/680eddf3d421f97ba01e8c162b263f31693ba352 This is needed for building on arm
Diffstat (limited to 'testing/libtorrent-rasterbar/no-sse.patch')
-rw-r--r--testing/libtorrent-rasterbar/no-sse.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/libtorrent-rasterbar/no-sse.patch b/testing/libtorrent-rasterbar/no-sse.patch
new file mode 100644
index 0000000000..d0f1c02914
--- /dev/null
+++ b/testing/libtorrent-rasterbar/no-sse.patch
@@ -0,0 +1,13 @@
+workaround. fixed upstream:
+https://github.com/arvidn/libtorrent/commit/680eddf3d421f97ba01e8c162b263f31693ba352
+
+--- ./configure.orig
++++ ./configure
+@@ -20267,7 +20267,6 @@
+
+ COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "
+
+-COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -msse4.2 "
+
+
+ $as_echo "#define BOOST_EXCEPTION_DISABLE 1" >>confdefs.h