From 6ac348f0944ce83b40c3f1c2d11a0d4c48c5da51 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 23 Nov 2017 10:15:46 +0100 Subject: community/qbittorrent: fixed wrong probing of BOOST_LDFLAGS --- community/qbittorrent/PKGBUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/qbittorrent/PKGBUILD (limited to 'community') diff --git a/community/qbittorrent/PKGBUILD b/community/qbittorrent/PKGBUILD new file mode 100644 index 00000000..71359a90 --- /dev/null +++ b/community/qbittorrent/PKGBUILD @@ -0,0 +1,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 +} -- cgit v1.2.3