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

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 09:02:37 UTC 2022


    Date: Wednesday, May 4, 2022 @ 09:02:37
  Author: arojas
Revision: 1192785

-ffat-lto-objects

Modified:
  jansson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 09:02:30 UTC (rev 1192784)
+++ PKGBUILD	2022-05-04 09:02:37 UTC (rev 1192785)
@@ -3,7 +3,7 @@
 
 pkgname=jansson
 pkgver=2.14
-pkgrel=1
+pkgrel=2
 pkgdesc='C library for encoding, decoding and manipulating JSON data'
 arch=('x86_64')
 url='https://www.digip.org/jansson/'
@@ -17,6 +17,7 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+  CFLAGS+=' -ffat-lto-objects' \
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list