[arch-commits] Commit in yasm/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 24 11:43:06 UTC 2022


    Date: Sunday, April 24, 2022 @ 11:43:05
  Author: arojas
Revision: 443898

-ffat-lto-objects

Modified:
  yasm/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 11:38:14 UTC (rev 443897)
+++ PKGBUILD	2022-04-24 11:43:05 UTC (rev 443898)
@@ -2,7 +2,7 @@
 
 pkgname=yasm
 pkgver=1.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)"
 arch=('x86_64')
 url="https://www.tortall.net/projects/yasm/"
@@ -15,6 +15,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+  CFLAGS+=' -ffat-lto-objects' \
   ./configure --prefix=/usr
   make
 }
@@ -21,7 +22,7 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  make check
+  make check -j1
 }
 
 package() {



More information about the arch-commits mailing list