libsigsegv: update to 2.14.
This commit is contained in:
parent
c8583d0e51
commit
20fa3092a7
1 changed files with 6 additions and 6 deletions
|
@ -1,24 +1,24 @@
|
||||||
# Template file for 'libsigsegv'
|
# Template file for 'libsigsegv'
|
||||||
pkgname=libsigsegv
|
pkgname=libsigsegv
|
||||||
version=2.12
|
version=2.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-shared"
|
||||||
short_desc="Handling page faults in user mode"
|
short_desc="Handling page faults in user mode"
|
||||||
maintainer="Martin Riese <grauehaare@gmx.de>"
|
maintainer="Martin Riese <grauehaare@gmx.de>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.gnu.org/software/libsigsegv/"
|
homepage="https://www.gnu.org/software/libsigsegv/"
|
||||||
distfiles="https://ftpmirror.gnu.org/libsigsegv/libsigsegv-${version}.tar.gz"
|
distfiles="https://ftpmirror.gnu.org/libsigsegv/libsigsegv-${version}.tar.gz"
|
||||||
checksum=3ae1af359eebaa4ffc5896a1aee3568c052c99879316a1ab57f8fe1789c390b6
|
checksum=cdac3941803364cf81a908499beb79c200ead60b6b5b40cad124fd1e06caa295
|
||||||
configure_args="--enable-shared"
|
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
arm*-musl)
|
arm*-musl)
|
||||||
# Avoid double include of signal.h
|
# Avoid double include of signal.h
|
||||||
sed -e "s;#define HAVE_SYS_SIGNAL_H 1;#undef HAVE_SYS_SIGNAL_H;" \
|
vsed -e "s;#define HAVE_SYS_SIGNAL_H 1;#undef HAVE_SYS_SIGNAL_H;" \
|
||||||
-i ${wrksrc}/config.h
|
-i ${wrksrc}/config.h
|
||||||
# struct sigcontext already defined through sigsegv.h
|
# struct sigcontext already defined through sigsegv.h
|
||||||
sed -e "s;#include <asm/sigcontext.h>;;" \
|
vsed -e "s;#include <asm/sigcontext.h>;;" \
|
||||||
-i ${wrksrc}/src/fault-linux-arm-old.h
|
-i ${wrksrc}/src/fault-linux-arm-old.h
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue