mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-03 02:13:29 +08:00
package/libsigsegv: bump to version 2.14
This bump will fix the following build failure on or1k and microblazeel: In file included from handler.c:20: handler-unix.c: In function 'sigsegv_handler': handler-unix.c:194:28: error: 'struct vma_struct' has no member named 'is_near_this' 194 | : vma.is_near_this (addr, &vma)) | ^ https://git.savannah.gnu.org/gitweb/?p=libsigsegv.git;a=blob;f=NEWS;h=4d012f8b6cd9b2c1eccbf266a10aae56b0e79978;hb=9ad117adabd223b79e037575e071855c2b8b35c0 https://git.savannah.gnu.org/gitweb/?p=libsigsegv.git;a=blob;f=ChangeLog;h=c52b227aae190ba9b161282efaa5f33cb4a127f9;hb=9ad117adabd223b79e037575e071855c2b8b35c0 Fixes: - http://autobuild.buildroot.org/results/c693fafb8f1f68be30a281313fb1f0890cc08b1e - http://autobuild.buildroot.org/results/ecde11129d102e3321b2aaef407697c29311c705 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
6ab8b1e263
commit
c6addf4606
@ -1,5 +1,5 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
# https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.13.tar.gz.sig
|
||||
sha256 be78ee4176b05f7c75ff03298d84874db90f4b6c9d5503f0da1226b3a3c48119 libsigsegv-2.13.tar.gz
|
||||
# https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.14.tar.gz.sig
|
||||
sha256 cdac3941803364cf81a908499beb79c200ead60b6b5b40cad124fd1e06caa295 libsigsegv-2.14.tar.gz
|
||||
# Locally calculated
|
||||
sha256 8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde COPYING
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBSIGSEGV_VERSION = 2.13
|
||||
LIBSIGSEGV_VERSION = 2.14
|
||||
LIBSIGSEGV_SITE = $(BR2_GNU_MIRROR)/libsigsegv
|
||||
LIBSIGSEGV_INSTALL_STAGING = YES
|
||||
LIBSIGSEGV_CONF_ENV = sv_cv_fault_posix=yes
|
||||
|
Loading…
Reference in New Issue
Block a user