diff options
Diffstat (limited to 'community/qbittorrent')
-rw-r--r-- | community/qbittorrent/PKGBUILD | 10 |
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 -} |