summaryrefslogtreecommitdiff
path: root/community/qbittorrent/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qbittorrent/PKGBUILD')
-rw-r--r--community/qbittorrent/PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/qbittorrent/PKGBUILD b/community/qbittorrent/PKGBUILD
deleted file mode 100644
index 71359a90..00000000
--- a/community/qbittorrent/PKGBUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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
-}