crash: update to 7.3.0.
This commit is contained in:
parent
ddc61f9c83
commit
5702264b58
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'crash'
|
# Template file for 'crash'
|
||||||
pkgname=crash
|
pkgname=crash
|
||||||
version=7.2.9
|
version=7.3.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64" # broken on musl
|
archs="i686 x86_64" # broken on musl
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -12,14 +12,10 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://crash-utility.github.io/"
|
homepage="https://crash-utility.github.io/"
|
||||||
changelog="https://crash-utility.github.io/crash.changelog.html"
|
changelog="https://crash-utility.github.io/crash.changelog.html"
|
||||||
distfiles="https://github.com/crash-utility/crash/archive/${version}.tar.gz"
|
distfiles="https://github.com/crash-utility/crash/archive/${version}.tar.gz"
|
||||||
checksum=6c07634f7357906dcb21ff3decd1760d7b0b1a11c01472cd17aba2e67f3ce16e
|
checksum=98d4367ae0ea7d2eda547357a839f7bddee517b588b281574d58a15a418af5b9
|
||||||
nocross=yes
|
nocross=yes
|
||||||
LDFLAGS=-llzo2
|
LDFLAGS=-llzo2
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686*) nopie=yes;; # broken CPUID inline assembly
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's|arch|uname -a|g' extensions/snap.mk
|
sed -i 's|arch|uname -a|g' extensions/snap.mk
|
||||||
sed -i 's|/usr/lib/debug/lib/modules|/usr/lib/debug/usr/lib/modules|g' defs.h
|
sed -i 's|/usr/lib/debug/lib/modules|/usr/lib/debug/usr/lib/modules|g' defs.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue