From d21eadf192201bc3f0f2ff1b94e2fad71f48fc47 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Tue, 19 Dec 2017 11:27:43 +0300 Subject: [PATCH] qBittorrent: fix build --- net-p2p/qbittorrent/qbittorrent-4.0.3.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-p2p/qbittorrent/qbittorrent-4.0.3.recipe b/net-p2p/qbittorrent/qbittorrent-4.0.3.recipe index 5d10f62cf..4603c328e 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.0.3.recipe +++ b/net-p2p/qbittorrent/qbittorrent-4.0.3.recipe @@ -9,7 +9,7 @@ qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library." HOMEPAGE="https://www.qbittorrent.org/" COPYRIGHT="2006-2017 The qBittorrent project" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/qbittorrent/qBittorrent/archive/release-$portVersion.tar.gz" CHECKSUM_SHA256="9bb3fa95eaed4f48cfa0b0fc305a68b0c8ab2f7a80037066373edeab9e6694a3" SOURCE_DIR="qBittorrent-release-$portVersion" @@ -66,7 +66,8 @@ BUILD_PREREQUIRES=" BUILD() { bootstrap.sh - BOOST_CPPFLAGS=-I/system/$relativeHeadersDir runConfigure \ + export BOOST_CPPFLAGS="-I/system/$relativeHeadersDir -DBOOST_NO_CXX11_REF_QUALIFIERS" + runConfigure \ ./configure --with-boost-libdir=/system/$relativeLibDir \ --disable-qt-dbus make $jobArgs