aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ffsend
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ffsend')
-rw-r--r--testing/ffsend/APKBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/testing/ffsend/APKBUILD b/testing/ffsend/APKBUILD
index 581ba4b37a..ec1260c483 100644
--- a/testing/ffsend/APKBUILD
+++ b/testing/ffsend/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=ffsend
pkgver=0.2.58
-pkgrel=0
+pkgrel=1
pkgdesc="A fully featured Firefox Send client"
url="https://gitlab.com/timvisee/ffsend"
arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by cargo
@@ -16,12 +16,6 @@ subpackages="
source="https://gitlab.com/timvisee/ffsend/-/archive/v$pkgver/ffsend-v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver"
-case "$CARCH" in
- x86)
- export CFLAGS="$CFLAGS -fno-stack-protector"
- ;;
-esac
-
build() {
cargo build --release
}