summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-05-29 22:23:50 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-05-30 03:17:35 (GMT)
commit9f1a2f567db8f8a8ed1df97c77def9c519c43ee8 (patch)
treed5d116ecfc9f49f537143a956bddffd56d37283c
parent8bd70f6d4428602dbb0931fa13683ac84a2d9dae (diff)
downloadmxe-9f1a2f567db8f8a8ed1df97c77def9c519c43ee8.zip
mxe-9f1a2f567db8f8a8ed1df97c77def9c519c43ee8.tar.gz
mxe-9f1a2f567db8f8a8ed1df97c77def9c519c43ee8.tar.bz2
qbittorrent: link with boost_random, boost_chrono
-rw-r--r--plugins/apps/qbittorrent-1-fixes.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/apps/qbittorrent-1-fixes.patch b/plugins/apps/qbittorrent-1-fixes.patch
index 457f35b..fe4c17a 100644
--- a/plugins/apps/qbittorrent-1-fixes.patch
+++ b/plugins/apps/qbittorrent-1-fixes.patch
@@ -57,6 +57,34 @@ index 1111111..2222222 100755
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com>
+Date: Sun, 29 May 2016 23:35:25 +0200
+Subject: [PATCH] link with boost_random and boost_chrono
+
+libtorrent-rasterbar 1.1.0 uses them
+
+diff --git a/winconf-mingw.pri b/winconf-mingw.pri
+index 1111111..2222222 100644
+--- a/winconf-mingw.pri
++++ b/winconf-mingw.pri
+@@ -23,11 +23,15 @@ RC_FILE = qbittorrent_mingw.rc
+ # Adapt the lib names/versions accordingly
+ CONFIG(debug, debug|release) {
+ LIBS += libtorrent-rasterbar \
++ libboost_random-mt \
++ libboost_chrono-mt \
+ libboost_system-mt \
+ libboost_filesystem-mt \
+ libboost_thread_win32-mt
+ } else {
+ LIBS += libtorrent-rasterbar \
++ libboost_random-mt \
++ libboost_chrono-mt \
+ libboost_system-mt \
+ libboost_filesystem-mt \
+ libboost_thread_win32-mt
+
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Boris Nagaev <bnagaev@gmail.com>
Date: Mon, 30 May 2016 00:09:20 +0200
Subject: [PATCH] disable BOOST_ASIO_SEPARATE_COMPILATION