libkdumpfile: update to 0.5.5.
This commit is contained in:
parent
bc4dfc2ea0
commit
8d1de942ee
3 changed files with 46 additions and 6 deletions
|
@ -4241,7 +4241,7 @@ libdecor-0.so.0 libdecor-0.1.0_1
|
||||||
libprimecount.so.7 primecount-7.2_1
|
libprimecount.so.7 primecount-7.2_1
|
||||||
libprimesieve.so.12 primesieve-12.0_1
|
libprimesieve.so.12 primesieve-12.0_1
|
||||||
libavif.so.16 libavif-1.0.1_1
|
libavif.so.16 libavif-1.0.1_1
|
||||||
libkdumpfile.so.10 libkdumpfile-0.4.1_1
|
libkdumpfile.so.12 libkdumpfile-0.5.5_1
|
||||||
libamd.so.3 SuiteSparse-6.0.1_1
|
libamd.so.3 SuiteSparse-6.0.1_1
|
||||||
libcamd.so.3 SuiteSparse-6.0.1_1
|
libcamd.so.3 SuiteSparse-6.0.1_1
|
||||||
libccolamd.so.3 SuiteSparse-6.0.1_1
|
libccolamd.so.3 SuiteSparse-6.0.1_1
|
||||||
|
|
40
srcpkgs/libkdumpfile/patches/config.patch
Normal file
40
srcpkgs/libkdumpfile/patches/config.patch
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
--- a/tools/kdumpid/x86.c
|
||||||
|
+++ b/tools/kdumpid/x86.c
|
||||||
|
@@ -2,6 +2,7 @@
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
+#include "config.h"
|
||||||
|
#include <dis-asm.h>
|
||||||
|
|
||||||
|
#include "kdumpid.h"
|
||||||
|
--- a/tools/kdumpid/ppc.c
|
||||||
|
+++ b/tools/kdumpid/ppc.c
|
||||||
|
@@ -15,6 +15,7 @@
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
+#include "config.h"
|
||||||
|
#include <dis-asm.h>
|
||||||
|
|
||||||
|
#include "kdumpid.h"
|
||||||
|
--- a/tools/kdumpid/ppc64.c
|
||||||
|
+++ b/tools/kdumpid/ppc64.c
|
||||||
|
@@ -15,6 +15,7 @@
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
+#include "config.h"
|
||||||
|
#include <dis-asm.h>
|
||||||
|
|
||||||
|
#include "kdumpid.h"
|
||||||
|
--- a/tools/kdumpid/s390.c
|
||||||
|
+++ b/tools/kdumpid/s390.c
|
||||||
|
@@ -15,6 +15,7 @@
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
+#include "config.h"
|
||||||
|
#include <dis-asm.h>
|
||||||
|
|
||||||
|
#include "kdumpid.h"
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'libkdumpfile'
|
# Template file for 'libkdumpfile'
|
||||||
pkgname=libkdumpfile
|
pkgname=libkdumpfile
|
||||||
version=0.5.4
|
version=0.5.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="PYTHON=python3"
|
configure_args="PYTHON=python3"
|
||||||
hostmakedepends="automake pkg-config libtool python3-setuptools"
|
hostmakedepends="automake pkg-config libtool python3-setuptools python3-packaging-bootstrap"
|
||||||
makedepends="libzstd-devel lzo-devel python3-devel snappy-devel zlib-devel"
|
makedepends="binutils-devel libzstd-devel lzo-devel python3-devel snappy-devel zlib-devel"
|
||||||
short_desc="Kernel coredump file access library"
|
short_desc="Kernel coredump file access library"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-3.0-or-later"
|
license="GPL-2.0-or-later, LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/ptesarik/libkdumpfile"
|
homepage="https://github.com/ptesarik/libkdumpfile"
|
||||||
distfiles="https://github.com/ptesarik/libkdumpfile/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/ptesarik/libkdumpfile/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=c09691c340ef875f37745610e26aab00551e1cfa626a20c3544b4f729fe5322c
|
checksum=bb46f8573d85adfd30d41f70c126a5fc23428d7c27f3a389f6595a70c62a31f7
|
||||||
nocross="python3-module inside"
|
nocross="python3-module inside"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue