mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/gegl: optimise better
This commit is contained in:
parent
ce31e429f2
commit
6b0ee34bea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user