From 035e55ce652817e8ee4b37ceb844f0efcfa0d732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 27 Nov 2017 22:39:41 +0100 Subject: [PATCH] qbittorrent: set boost libdir --- srcpkgs/qbittorrent/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index 12ce0ab85c..c46bab86a5 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)