crash: upstream moved.
This commit is contained in:
parent
fe09ffd911
commit
16f950f489
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'crash'
|
||||
pkgname=crash
|
||||
version=7.2.8
|
||||
revision=1
|
||||
revision=2
|
||||
archs="i686 x86_64" # broken on musl
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="flex tar"
|
||||
hostmakedepends="flex tar wget"
|
||||
makedepends="lzo-devel ncurses-devel zlib-devel"
|
||||
short_desc="Kernel crash dump debugger and live inspector"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://people.redhat.com/anderson/"
|
||||
changelog="https://people.redhat.com/anderson/crash.changelog.html"
|
||||
distfiles="http://people.redhat.com/anderson/${pkgname}-${version}.tar.gz"
|
||||
checksum=19abe7fcb6a392f8d741315993e3d8b1a8ea799e9ddb433f12f6db4c59e45751
|
||||
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=996d3367764c77e23921c164725e4d0221acc7a15a92a3f825053ea37f2452dc
|
||||
nocross=yes
|
||||
LDFLAGS=-llzo2
|
||||
|
||||
|
@ -28,10 +28,6 @@ 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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue