index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-12-01 08:21:15 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2017-12-01 08:21:15 +0100 |
commit | bef437c7525d53f1f0e09d35a03b3193be26b581 (patch) | |
tree | c04104c156a6bc3a31e720a3f6c5c5cfea6eef20 | |
parent | e86bc7bce22df9c1a3ace18c274b2e8b8f897538 (diff) |
-rw-r--r-- | community/qbittorrent/PKGBUILD | 10 |
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 -} |