diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-12-26 12:08:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-27 09:15:54 +0000 |
commit | 564e6b34831556d720c5a9d1c6bc9e7758c77e53 (patch) | |
tree | 39d44f9e6353c6b0d938abd65fd9db8eeb54c719 /meta/recipes-devtools/m4/m4.inc | |
parent | c147d41f1514ffe89a09f1dafd4f32db72c395c3 (diff) | |
download | openembedded-core-564e6b34831556d720c5a9d1c6bc9e7758c77e53.tar.gz openembedded-core-564e6b34831556d720c5a9d1c6bc9e7758c77e53.tar.bz2 openembedded-core-564e6b34831556d720c5a9d1c6bc9e7758c77e53.zip |
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@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/m4/m4.inc')
-rw-r--r-- | meta/recipes-devtools/m4/m4.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4.inc b/meta/recipes-devtools/m4/m4.inc index 4a83929f0c..e473e23824 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" |