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

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 24 17:18:48 UTC 2022


    Date: Sunday, April 24, 2022 @ 17:18:47
  Author: arojas
Revision: 1189636

-ffat-lto-objects

Modified:
  shhmsg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 17:14:26 UTC (rev 1189635)
+++ PKGBUILD	2022-04-24 17:18:47 UTC (rev 1189636)
@@ -3,7 +3,7 @@
 
 pkgname=shhmsg
 pkgver=1.4.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Library for displaying messages"
 arch=('x86_64')
 url="https://shh.thathost.com/pub-unix"
@@ -15,6 +15,7 @@
 build() {
   cd $pkgname-$pkgver
 
+  CFLAGS+=' -ffat-lto-objects'
   make OPTIM="$CFLAGS" dep
   make OPTIM="$CFLAGS"
 }



More information about the arch-commits mailing list