diff options
author | psykose <alice@ayaya.dev> | 2023-02-26 13:14:12 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-02-26 14:14:12 +0100 |
commit | bd1e92696731c290ef10feccc80593a76e82549a (patch) | |
tree | 1649d913b6f2dc69a72a41c1718a0758a9a1c0e7 | |
parent | f784fab23dc3476f1a971e0c186ae9ca73736d11 (diff) | |
download | aports-bd1e92696731c290ef10feccc80593a76e82549a.tar.gz aports-bd1e92696731c290ef10feccc80593a76e82549a.tar.bz2 aports-bd1e92696731c290ef10feccc80593a76e82549a.tar.xz |
main/hunspell: use lto
-rw-r--r-- | main/hunspell/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD index aa8d2e0645a..7d2e7222846 100644 --- a/main/hunspell/APKBUILD +++ b/main/hunspell/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hunspell pkgver=1.7.2 -pkgrel=1 +pkgrel=2 pkgdesc="Spell checker and morphological analyzer library and program" url="https://hunspell.github.io/" arch="all" @@ -16,6 +16,7 @@ source="https://github.com/hunspell/hunspell/releases/download/v$pkgver/hunspell # - CVE-2019-16707 build() { + CFLAGS="$CFLAGS -flto=auto" \ ./configure \ --build=$CBUILD \ --host=$CHOST \ |