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

Jan Steffens heftig at archlinux.org
Thu Sep 12 20:57:07 UTC 2019


    Date: Thursday, September 12, 2019 @ 20:57:07
  Author: heftig
Revision: 362342

fix linking libsysprof-capture

Modified:
  sysprof/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-12 20:47:20 UTC (rev 362341)
+++ PKGBUILD	2019-09-12 20:57:07 UTC (rev 362342)
@@ -7,7 +7,7 @@
 
 pkgname=sysprof
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Kernel based performance profiler"
 url="https://wiki.gnome.org/Apps/Sysprof"
 license=(GPL)
@@ -29,6 +29,9 @@
 }
 
 build() {
+  # Ensure static library is non-LTO compatible
+  CFLAGS+=" -ffat-lto-objects"
+
   arch-meson $pkgname build
   ninja -C build
 }



More information about the arch-commits mailing list