7c58258e21
The configure script doesn't detect that the target is posix-compliant and tries to use a custom version of segfault analysis that actually doesn't build. Most likely, it's because the configure script doesn't support linux-3.x. Anyway, we can just tell configure that we're posix-compliant. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
384 B
Makefile
15 lines
384 B
Makefile
#############################################################
|
|
#
|
|
# libsigsegv
|
|
#
|
|
#############################################################
|
|
|
|
LIBSIGSEGV_VERSION = 2.6
|
|
LIBSIGSEGV_SITE = $(BR2_GNU_MIRROR)/libsigsegv
|
|
LIBSIGSEGV_INSTALL_STAGING = YES
|
|
LIBSIGSEGV_CONF_ENV = sv_cv_fault_posix=yes
|
|
LIBSIGSEGV_LICENSE = GPLv2+
|
|
LIBSIGSEGV_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|