From bc6aa3d39981c304b69f961579d8ef32650b48f8 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Thu, 8 Jun 2023 08:34:13 +0200 Subject: [PATCH] gettext-full: Fix link error libtool: error: error: relink 'libgettextlib.la' with the above command before installing it Signed-off-by: Alexander Egorenkov --- package/libs/gettext-full/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index 1ed0e82df05899..eb5b6d31bd2c52 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -25,6 +25,8 @@ PKG_INSTALL:=1 PKG_BUILD_DEPENDS:=gettext-full/host libunistring libxml2 PKG_BUILD_PARALLEL:=0 +PKG_FIXUP:=autoreconf + HOST_BUILD_DEPENDS:=gperf/host libunistring/host libxml2/host HOST_BUILD_PARALLEL:=0