diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index c46bab86a52..19227401676 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -25,10 +25,10 @@ pre_configure() { local conf="--prefix=/usr" conf+=" --with-qt4=no" conf+=" --disable-systemd" + conf+=" --with-boost=${XBPS_CROSS_BASE}/usr" + conf+=" --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib" 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)