[arch-commits] Commit in bison/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Apr 24 09:41:20 UTC 2022
Date: Sunday, April 24, 2022 @ 09:41:19
Author: arojas
Revision: 443877
-ffat-lto-objects
Modified:
bison/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-24 09:29:15 UTC (rev 443876)
+++ PKGBUILD 2022-04-24 09:41:19 UTC (rev 443877)
@@ -4,7 +4,7 @@
pkgname=bison
pkgver=3.8.2
-pkgrel=3
+pkgrel=4
pkgdesc="The GNU general-purpose parser generator"
arch=('x86_64')
license=('GPL3')
@@ -19,6 +19,7 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ CFLAGS+=' -ffat-lto-objects' \
./configure --prefix=/usr --datadir=/usr/share
make
}
More information about the arch-commits
mailing list