From 9b3da5e957b25243d4b37398e566fbcf5726b603 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 6 Jan 2024 19:10:30 +0100 Subject: [PATCH] crash: update to 8.0.4. --- srcpkgs/crash/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/crash/template b/srcpkgs/crash/template index b5bcd2dcad3..aa0c08dcbed 100644 --- a/srcpkgs/crash/template +++ b/srcpkgs/crash/template @@ -1,6 +1,6 @@ # Template file for 'crash' pkgname=crash -version=8.0.3 +version=8.0.4 revision=1 archs="i686 x86_64" # broken on musl build_style=gnu-makefile @@ -13,10 +13,11 @@ license="GPL-3.0-or-later" homepage="https://crash-utility.github.io/" changelog="https://crash-utility.github.io/crash.changelog.html" distfiles="https://github.com/crash-utility/crash/archive/${version}.tar.gz" -checksum=22750c927286296e574991edfa9e7bf43bfe4bf9f1163615f08b210854bcb2bd +checksum=94df600c183301013787cd47112044e358fb37bb8e2b5544f40377dda98ee78f nocross=yes disable_parallel_build=yes -LDFLAGS=-llzo2 +LDFLAGS="-llzo2" +CXXFLAGS="-fpermissive" post_extract() { sed -i 's|arch|uname -a|g' extensions/snap.mk