diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index 12ce0ab85ce..c46bab86a52 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -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)