[oe-commits] [openembedded-core] 10/40: libpcre: explicitely specify CCLD_FOR_BUILD for this recipe

git at git.openembedded.org git at git.openembedded.org
Tue Sep 13 14:20:01 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 07023dcf5ab15d69a336b96b73e2b0089300727f
Author: Jérémy Rosen <jeremy.rosen at smile.fr>
AuthorDate: Wed Sep 7 11:08:49 2016 +0200

    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 <jeremy.rosen at smile.fr>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/libpcre/libpcre_8.39.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/libpcre/libpcre_8.39.bb b/meta/recipes-support/libpcre/libpcre_8.39.bb
index 129076a..2d4668b 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list