From: Mikko Rapeli Date: Wed, 17 Jul 2019 14:46:43 +0000 (+0300) Subject: freetype: add --tag CC to libtool arguments X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13866 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2501fb402260d5d3929bffee78a1127dad2d538e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git freetype: add --tag CC to libtool arguments Fixes build failures on aarch64: aarch64-poky-linux-libtool: compile: unable to infer tagged configuration Signed-off-by: Mikko Rapeli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/freetype/freetype/use-right-libtool.patch b/meta/recipes-graphics/freetype/freetype/use-right-libtool.patch index 20838813dc4..3368f7ddd35 100644 --- a/meta/recipes-graphics/freetype/freetype/use-right-libtool.patch +++ b/meta/recipes-graphics/freetype/freetype/use-right-libtool.patch @@ -11,4 +11,4 @@ Signed-off-by: Ross Burton +++ freetype-2.6/builds/unix/unix-cc.in 2016-01-07 19:21:50.213112131 +0000 @@ -19,1 +18,1 @@ -LIBTOOL := $(FT_LIBTOOL_DIR)/libtool -+LIBTOOL := $(FT_LIBTOOL_DIR)/@LIBTOOL@ ++LIBTOOL := $(FT_LIBTOOL_DIR)/@LIBTOOL@ --tag CC