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

Pierre Schmitz pierre at gemini.archlinux.org
Fri Sep 17 09:46:53 UTC 2021


    Date: Friday, September 17, 2021 @ 09:46:52
  Author: pierre
Revision: 424285

upgpkg: xz 5.2.5-2: FS#70048: Fix build error

Modified:
  xz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-17 09:31:57 UTC (rev 424284)
+++ PKGBUILD	2021-09-17 09:46:52 UTC (rev 424285)
@@ -3,7 +3,7 @@
 
 pkgname=xz
 pkgver=5.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Library and command line tools for XZ and LZMA compressed files'
 arch=('x86_64')
 url='https://tukaani.org/xz/'
@@ -17,6 +17,7 @@
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
+	export CFLAGS="$CFLAGS -Wno-format-truncation"
 	./configure --prefix=/usr \
 		--disable-rpath \
 		--enable-werror



More information about the arch-commits mailing list