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

Antonio Rojas arojas at gemini.archlinux.org
Tue May 3 21:43:23 UTC 2022


    Date: Tuesday, May 3, 2022 @ 21:43:23
  Author: arojas
Revision: 1192429

-ffat-lto-objects

Modified:
  hivex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-03 20:36:31 UTC (rev 1192428)
+++ PKGBUILD	2022-05-03 21:43:23 UTC (rev 1192429)
@@ -4,7 +4,7 @@
 
 pkgname=hivex
 pkgver=1.3.21
-pkgrel=4
+pkgrel=5
 pkgdesc="System for extracting the contents of Windows Registry."
 arch=("x86_64")
 url="http://libguestfs.org"
@@ -22,6 +22,7 @@
 build() {
     cd "$pkgname-$pkgver"
 
+    CFLAGS+=' -ffat-lto-objects' \
     ./configure \
 	--bindir=/usr/bin \
 	--libdir=/usr/lib \



More information about the arch-commits mailing list