From: Jérémy Rosen Date: Wed, 7 Sep 2016 09:08:49 +0000 (+0200) Subject: libpcre: explicitely specify CCLD_FOR_BUILD for this recipe X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~24253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07023dcf5ab15d69a336b96b73e2b0089300727f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libpcre: explicitely specify CCLD_FOR_BUILD for this recipe libpcre uses CCLD_FOR_BUILD as the name of the host command to use for linking. This is not a standard autotools symbol but particular to this recipe. We need to set it explicitely Signed-off-by: Jérémy Rosen Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/libpcre/libpcre_8.39.bb b/meta/recipes-support/libpcre/libpcre_8.39.bb index 129076a7fc1..2d4668b52de 100644 --- a/meta/recipes-support/libpcre/libpcre_8.39.bb +++ b/meta/recipes-support/libpcre/libpcre_8.39.bb @@ -48,6 +48,8 @@ BUILD_CFLAGS =+ "-DLINK_SIZE=2 -I${B}" CFLAGS += "-D_REENTRANT" CXXFLAGS_append_powerpc = " -lstdc++" +export CCLD_FOR_BUILD ="${BUILD_CCLD}" + PACKAGES =+ "libpcrecpp libpcreposix pcregrep pcregrep-doc pcretest pcretest-doc" SUMMARY_libpcrecpp = "${SUMMARY} - C++ wrapper functions"