summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/qbittorrent/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
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
+}