makedumpfile: update to 1.6.7.
This commit is contained in:
parent
d10f297428
commit
16939906fd
|
@ -1,27 +0,0 @@
|
|||
From fe0f221167cffd6fdea67071bd7b13f3abcee93b Mon Sep 17 00:00:00 2001
|
||||
From: q66 <daniel@octaforge.org>
|
||||
Date: Thu, 26 Dec 2019 22:24:13 +0100
|
||||
Subject: [PATCH] Remove libebl linkage
|
||||
|
||||
Since a recent version of elfutils libebl is a part of libdw, so
|
||||
this is necessary to fix build.
|
||||
---
|
||||
Makefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git Makefile Makefile
|
||||
index 1fdb628..df21b93 100644
|
||||
--- Makefile
|
||||
+++ Makefile
|
||||
@@ -50,7 +50,7 @@ OBJ_PART=$(patsubst %.c,%.o,$(SRC_PART))
|
||||
SRC_ARCH = arch/arm.c arch/arm64.c arch/x86.c arch/x86_64.c arch/ia64.c arch/ppc64.c arch/s390x.c arch/ppc.c arch/sparc64.c
|
||||
OBJ_ARCH=$(patsubst %.c,%.o,$(SRC_ARCH))
|
||||
|
||||
-LIBS = -ldw -lbz2 -lebl -ldl -lelf -lz
|
||||
+LIBS = -ldw -lbz2 -ldl -lelf -lz
|
||||
ifneq ($(LINKTYPE), dynamic)
|
||||
LIBS := -static $(LIBS)
|
||||
endif
|
||||
--
|
||||
2.24.0
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'makedumpfile'
|
||||
pkgname=makedumpfile
|
||||
version=1.6.6
|
||||
revision=2
|
||||
version=1.6.7
|
||||
revision=1
|
||||
makedepends="elfutils-devel zlib-devel bzip2-devel liblzma-devel lzo-devel"
|
||||
depends="perl"
|
||||
short_desc="Make a small dumpfile of kdump"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="http://sourceforge.net/projects/makedumpfile/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=d007eec05cb14f0155f2d06a0d4dc70d321dbb2aec65fccdce953145c8230324
|
||||
checksum=e702fbdf62b4cd829a76e46f3e24eb3fc7501918b85ebdcd8baef4f53d6ee2c8
|
||||
|
||||
post_extract() {
|
||||
sed -i '/#define PAGESIZE/i#undef PAGESIZE' makedumpfile.h
|
||||
|
|
Loading…
Reference in New Issue