blob: 71359a904c8a0a37af233a6656842af6b96a996e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# see https://github.com/qbittorrent/qBittorrent/issues/7845
prepare() {
cd $pkgbase-$pkgver
sed -i '
/LDFLAGS="\$BOOST_LDFLAGS \$LDFLAGS"/ i \
BOOST_LDFLAGS=-L/usr/lib
' configure.ac
./bootstrap.sh
}
|