diff --git a/srcpkgs/crash/template b/srcpkgs/crash/template index 619fad1ed0a..04d92d1d6a2 100644 --- a/srcpkgs/crash/template +++ b/srcpkgs/crash/template @@ -1,16 +1,16 @@ # Template file for 'crash' pkgname=crash -version=7.1.7 +version=7.1.8 revision=1 build_style=gnu-makefile hostmakedepends="flex" makedepends="ncurses-devel zlib-devel lzo-devel" short_desc="Kernel crash dump debugger and live inspector" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " license="GPL-3" homepage="http://people.redhat.com/anderson/" distfiles="http://people.redhat.com/anderson/${pkgname}-${version}.tar.gz" -checksum=c4b7740ce914b0196f07a9a8b8d35a6e698dd72a9f86f0f8328a579bdc7015ae +checksum=de125e78cbf9b8db5309d205a5473967d562e1945347e465ff9bd94fd76e6263 only_for_archs="i686 x86_64" # broken on musl nocross=yes LDFLAGS=-llzo2 @@ -28,6 +28,7 @@ post_extract() { do_build() { make gdb_unzip sed -i 's|sys/debugreg.h|asm/debugreg.h|g' gdb-7.6/gdb/amd64-linux-nat.c + sed -i 's|const struct ps_prochandle|struct ps_prochandle|g' gdb-7.6/gdb/*.c make ${makejobs} lzo make ${makejobs} extensions