]> code.ossystems Code Review - openembedded-core.git/commitdiff
m4: Disable searching for libsigsegv
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>
Fri, 26 Dec 2014 11:08:59 +0000 (12:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 27 Dec 2014 09:15:54 +0000 (09:15 +0000)
When building GNU Smalltalk libsigsegv will be available and m4
will start to use it. This leads to the below warning:

WARNING: QA Issue: m4 rdepends on libsigsegv, but it isn't a build dependency? [build-deps]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/m4/m4.inc

index 4a83929f0ca27e1ecd539dc6283a769fda6b0fcf..e473e23824bebed704a1f261e64d3502d1390335 100644 (file)
@@ -5,6 +5,7 @@ GNU M4 also has built-in functions for including files, running shell commands,
 
 inherit autotools texinfo
 
+EXTRA_OECONF += "--without-libsigsegv-prefix"
 EXTRA_OEMAKE += "'infodir=${infodir}'"
 LDFLAGS_prepend_libc-uclibc = " -lrt "
 SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"