qbittorrent: set boost libdir

This commit is contained in:
Jürgen Buchmüller 2017-11-27 22:39:41 +01:00
parent b2156e661b
commit 035e55ce65

View file

@ -28,6 +28,7 @@ pre_configure() {
if [ -n "$CROSS_BUILD" ]; then
conf+=" --host=${XBPS_CROSS_TRIPLET}"
conf+=" --with-boost=${XBPS_CROSS_BASE}/usr"
conf+=" --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
fi
./bootstrap.sh
./configure ${conf} $(vopt_enable gui) $(vopt_enable webui)