kexec-tools: update to 2.0.19.
Signed-off-by: Juan RP <xtraeme@gmail.com>
This commit is contained in:
parent
e385bc7314
commit
8931ff85f5
|
@ -1,12 +0,0 @@
|
|||
--- vmcore-dmesg/vmcore-dmesg.c.orig 2015-06-26 06:34:07.265191695 +0200
|
||||
+++ vmcore-dmesg/vmcore-dmesg.c 2015-06-26 06:34:44.306162445 +0200
|
||||
@@ -12,7 +12,9 @@
|
||||
#include <limits.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
+#define _GNU_SOURCE /* loff_t with musl */
|
||||
#include <fcntl.h>
|
||||
+#undef _GNU_SOURCE
|
||||
#include <elf.h>
|
||||
#include <stdbool.h>
|
||||
#include <inttypes.h>
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kexec-tools'
|
||||
pkgname=kexec-tools
|
||||
version=2.0.18
|
||||
version=2.0.19
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="liblzma-devel"
|
||||
|
@ -9,9 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="http://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||
distfiles="${KERNEL_SITE}/utils/kernel/kexec/${pkgname}-${version}.tar.xz"
|
||||
checksum=f020f07341977eb512663e301c2de60c6589e141467c16a8efd58243c0b2b238
|
||||
nopie=yes
|
||||
nocross=yes
|
||||
checksum=ed8001b335ac8f8a9631387d1b91f6e61e8d6f1f45a8e198a78cfb4318895e0e
|
||||
|
||||
pre_build() {
|
||||
rm ${XBPS_WRAPPERDIR}/strip
|
||||
|
|
Loading…
Reference in New Issue