summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn-Gee2021-07-31 01:31:02 -0700
committerJohn-Gee2021-07-31 01:31:02 -0700
commitf7a4454d62b726a6d3b2c792ef7498fd5e3edad1 (patch)
tree81bd888896b63deda948397769ae7b2d01c060f0 /PKGBUILD
parentd11b328d5f31febef53ee45fd4a835c681f1c2ce (diff)
downloadaur-f7a4454d62b726a6d3b2c792ef7498fd5e3edad1.tar.gz
Does not work with LTO for now
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb5d0ff66636..562a5d3c6776 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,11 +15,10 @@ depends=('miniupnpc' 'boost-libs' 'protobuf' 'openssl-1.0' 'db' 'libevent')
makedepends=('boost' 'gcc' 'make' 'git' 'qt5-tools' 'miniupnpc' 'boost-libs' 'protobuf' 'openssl' 'db')
source=("https://github.com/$_binname/$_binname/archive/v${pkgver}.tar.gz"
"$_binname.desktop")
-
install=$_binname.install
-
sha256sums=('01039ad91adf7d2815ab07b45f751426e1c8e230f868dc878d4f5ff8aefeee47'
'04d41773462ad6609658e291d22b15cd8d58b8eb5e4391a80cd1dae75e7df0e6')
+options=(!lto)
#prepare() {
#cd "$srcdir/$_binname-$pkgver"