From: Michael Pratt Date: Fri, 8 Aug 2025 05:27:08 +0000 (-0400) Subject: gettext-full: remove usage of autoreconf X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19748%2Fhead;p=thirdparty%2Fopenwrt.git gettext-full: remove usage of autoreconf Running the bootstrap script autogen.sh handles the execution of autotools already, so calling autoreconf before configure makes this happen twice, which is unnecessary and can lead to an occasional build problem. Signed-off-by: Michael Pratt Link: https://github.com/openwrt/openwrt/pull/19748 Signed-off-by: Robert Marko --- diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index d277fb10b64..829d4dca463 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -25,8 +25,6 @@ PKG_INSTALL:=1 PKG_BUILD_DEPENDS:=gettext-full/host libunistring libxml2 PKG_BUILD_PARALLEL:=0 -PKG_FIXUP:=autoreconf - HOST_BUILD_DEPENDS:=gnulib-l10n/host gperf/host libiconv-full/host libunistring/host libxml2/host HOST_BUILD_PARALLEL:=0