diff mbox

[v2] libsigsegv: fix build on x86_64 (probably others too)

Message ID 1368398765-21744-1-git-send-email-arnout@mind.be
State Accepted
Commit 7c58258e212c45fadf6d01ea969798210f767557
Headers show

Commit Message

Arnout Vandecappelle May 12, 2013, 10:46 p.m. UTC
From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>

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>
---
v2: fix mistake in the variable name (forgot to commit)
---
 package/libsigsegv/libsigsegv.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard May 13, 2013, 6:38 a.m. UTC | #1
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 Arnout> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
 Arnout> The configure script doesn't detect that the target is posix-compliant
 Arnout> and tries to use a custom version of segfault analysis that actually
 Arnout> doesn't build. Most likely, it's because the configure script doesn't
 Arnout> support linux-3.x. Anyway, we can just tell configure that we're
 Arnout> posix-compliant.

Committed, thanks.
diff mbox

Patch

diff --git a/package/libsigsegv/libsigsegv.mk b/package/libsigsegv/libsigsegv.mk
index b8f84da..ac72c6d 100644
--- a/package/libsigsegv/libsigsegv.mk
+++ b/package/libsigsegv/libsigsegv.mk
@@ -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