community/gegl: optimise better

This commit is contained in:
psykose 2023-03-26 14:12:16 +00:00
parent ce31e429f2
commit 6b0ee34bea

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gegl
pkgver=0.4.44
pkgrel=0
pkgrel=1
pkgdesc="Graph based image processing framework"
url="https://www.gegl.org/"
arch="all"
@ -32,6 +32,7 @@ source="https://download.gimp.org/pub/gegl/${pkgver%.*}/gegl-$pkgver.tar.xz
# - CVE-2021-45463
build() {
CFLAGS="$CFLAGS -O2" \
abuild-meson \
-Db_lto=true \
. output