aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-03-26 14:00:33 +0000
committerpsykose <alice@ayaya.dev>2023-03-26 16:00:33 +0200
commitd5f4de082dfaa015bd17d53ff83cdf55ecedf723 (patch)
tree49a3b76710ad055d79c9d8d51f6c348a660bfa9e
parent332adc876b0d15f1b843039e110f3edaa99307fa (diff)
community/gegl: check s390x
-rw-r--r--community/gegl/APKBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/community/gegl/APKBUILD b/community/gegl/APKBUILD
index 85225e14f48..4b24681f731 100644
--- a/community/gegl/APKBUILD
+++ b/community/gegl/APKBUILD
@@ -31,13 +31,6 @@ source="https://download.gimp.org/pub/gegl/${pkgver%.*}/gegl-$pkgver.tar.xz
# 0.4.34-r0:
# - CVE-2021-45463
-case "$CARCH" in
-s390x)
- # gegl_tile segfaults
- options="$options !check"
- ;;
-esac
-
build() {
abuild-meson \
-Db_lto=true \