qBittorrent: removed unused flag

This commit is contained in:
Sergei Reznikov
2017-12-19 15:57:05 +03:00
parent bd1d16c6ad
commit 43f76083d5

View File

@@ -66,8 +66,7 @@ BUILD_PREREQUIRES="
BUILD()
{
bootstrap.sh
export BOOST_CPPFLAGS="-I/system/$relativeHeadersDir -DBOOST_NO_CXX11_REF_QUALIFIERS"
runConfigure \
BOOST_CPPFLAGS="-I/system/$relativeHeadersDir" runConfigure \
./configure --with-boost-libdir=/system/$relativeLibDir \
--disable-qt-dbus
make $jobArgs