diff options
Diffstat (limited to 'testing/tau')
-rw-r--r-- | testing/tau/APKBUILD | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/testing/tau/APKBUILD b/testing/tau/APKBUILD index 369ff2b88e..029975f8ea 100644 --- a/testing/tau/APKBUILD +++ b/testing/tau/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=tau pkgver=0.10.2 -pkgrel=0 +pkgrel=1 pkgdesc="GTK frontend for the Xi text editor, written in Rust" url="https://gitlab.gnome.org/World/Tau" arch="all !s390x" @@ -14,13 +14,6 @@ subpackages="$pkgname-lang" source="https://gitlab.gnome.org/World/Tau/uploads/d7d7fc22a851466768edeace0f3d6b1b/tau-$pkgver.tar.xz" build() { - # Fails to compile libbacktrace-sys otherwise - case "$CARCH" in - x86) - export CFLAGS="$CFLAGS -fno-stack-protector" - ;; - esac - meson \ --prefix=/usr \ --sysconfdir=/etc \ |