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

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 24 11:26:16 UTC 2022


    Date: Sunday, April 24, 2022 @ 11:26:15
  Author: arojas
Revision: 443894

-ffat-lto-objects

Modified:
  libbsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 11:19:55 UTC (rev 443893)
+++ PKGBUILD	2022-04-24 11:26:15 UTC (rev 443894)
@@ -4,7 +4,7 @@
 
 pkgname=libbsd
 pkgver=0.11.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Provides useful functions commonly found on BSD systems like strlcpy()'
 arch=('x86_64')
 url="https://libbsd.freedesktop.org"
@@ -19,6 +19,7 @@
 build() {
   cd "$pkgname-$pkgver"
 
+  CFLAGS+=' -ffat-lto-objects' \
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list