qbittorrent: set boost libdir
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user