mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
qbittorrent: set boost libdir
This commit is contained in:
parent
b2156e661b
commit
035e55ce65
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ pre_configure() {
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
conf+=" --host=${XBPS_CROSS_TRIPLET}"
|
conf+=" --host=${XBPS_CROSS_TRIPLET}"
|
||||||
conf+=" --with-boost=${XBPS_CROSS_BASE}/usr"
|
conf+=" --with-boost=${XBPS_CROSS_BASE}/usr"
|
||||||
|
conf+=" --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
|
||||||
fi
|
fi
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
./configure ${conf} $(vopt_enable gui) $(vopt_enable webui)
|
./configure ${conf} $(vopt_enable gui) $(vopt_enable webui)
|
||||||
|
|
Loading…
Add table
Reference in a new issue