libsigsegv: fix build on x86_64 (probably others too)
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 12 May 2013 12:46:05 +0000 (12:46 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 13 May 2013 06:38:17 +0000 (08:38 +0200)
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>
package/libsigsegv/libsigsegv.mk

index b8f84da8dad5beffc8b938af9b4e8aea904e6e33..ac72c6dd2ab9091640dcb0a63aded21b02366d82 100644 (file)
@@ -7,6 +7,7 @@
 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