[oe-commits] Holger Hans Peter Freyther : m4: Disable searching for libsigsegv

git at git.openembedded.org git at git.openembedded.org
Sat Dec 27 22:54:08 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 564e6b34831556d720c5a9d1c6bc9e7758c77e53
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=564e6b34831556d720c5a9d1c6bc9e7758c77e53

Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Dec 26 12:08:59 2014 +0100

m4: Disable searching for libsigsegv

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 at linuxfoundation.org>

---

 meta/recipes-devtools/m4/m4.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/m4/m4.inc b/meta/recipes-devtools/m4/m4.inc
index 4a83929..e473e23 100644
--- a/meta/recipes-devtools/m4/m4.inc
+++ b/meta/recipes-devtools/m4/m4.inc
@@ -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"



More information about the Openembedded-commits mailing list