From ebd50fffb489f2f040fa7e6ea5f34613527a35c5 Mon Sep 17 00:00:00 2001 From: Tibor Nagy Date: Sun, 9 Dec 2018 00:15:57 +0100 Subject: [PATCH] freetype: Fix the incorrect libpng libtool archive paths --- recipes/freetype/recipe.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/freetype/recipe.sh b/recipes/freetype/recipe.sh index 78bd7cd9..ce2cc9a2 100644 --- a/recipes/freetype/recipe.sh +++ b/recipes/freetype/recipe.sh @@ -35,5 +35,6 @@ function recipe_clean { function recipe_stage { dest="$(realpath $1)" make DESTDIR="$dest" install + sed -i -e "s%//lib/libpng16.la%$dest/../sysroot/lib/libpng16.la%" "$dest/lib/libfreetype.la" skip=1 }