crash: update to 7.1.8.
This commit is contained in:
parent
922ee5fd30
commit
7eb57fd42a
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'crash'
|
# Template file for 'crash'
|
||||||
pkgname=crash
|
pkgname=crash
|
||||||
version=7.1.7
|
version=7.1.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex"
|
||||||
makedepends="ncurses-devel zlib-devel lzo-devel"
|
makedepends="ncurses-devel zlib-devel lzo-devel"
|
||||||
short_desc="Kernel crash dump debugger and live inspector"
|
short_desc="Kernel crash dump debugger and live inspector"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://people.redhat.com/anderson/"
|
homepage="http://people.redhat.com/anderson/"
|
||||||
distfiles="http://people.redhat.com/anderson/${pkgname}-${version}.tar.gz"
|
distfiles="http://people.redhat.com/anderson/${pkgname}-${version}.tar.gz"
|
||||||
checksum=c4b7740ce914b0196f07a9a8b8d35a6e698dd72a9f86f0f8328a579bdc7015ae
|
checksum=de125e78cbf9b8db5309d205a5473967d562e1945347e465ff9bd94fd76e6263
|
||||||
only_for_archs="i686 x86_64" # broken on musl
|
only_for_archs="i686 x86_64" # broken on musl
|
||||||
nocross=yes
|
nocross=yes
|
||||||
LDFLAGS=-llzo2
|
LDFLAGS=-llzo2
|
||||||
|
@ -28,6 +28,7 @@ post_extract() {
|
||||||
do_build() {
|
do_build() {
|
||||||
make gdb_unzip
|
make gdb_unzip
|
||||||
sed -i 's|sys/debugreg.h|asm/debugreg.h|g' gdb-7.6/gdb/amd64-linux-nat.c
|
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} lzo
|
||||||
make ${makejobs} extensions
|
make ${makejobs} extensions
|
||||||
|
|
Loading…
Reference in a new issue