qbittorrent: set boost dir also for i686
This commit is contained in:
parent
035e55ce65
commit
af45cfbfc2
1 changed files with 2 additions and 2 deletions
|
@ -25,10 +25,10 @@ pre_configure() {
|
||||||
local conf="--prefix=/usr"
|
local conf="--prefix=/usr"
|
||||||
conf+=" --with-qt4=no"
|
conf+=" --with-qt4=no"
|
||||||
conf+=" --disable-systemd"
|
conf+=" --disable-systemd"
|
||||||
|
conf+=" --with-boost=${XBPS_CROSS_BASE}/usr"
|
||||||
|
conf+=" --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
|
||||||
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-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
Add a link
Reference in a new issue