]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
gettext-full: remove usage of autoreconf 19748/head
authorMichael Pratt <mcpratt@pm.me>
Fri, 8 Aug 2025 05:27:08 +0000 (01:27 -0400)
committerRobert Marko <robimarko@gmail.com>
Mon, 11 Aug 2025 20:28:41 +0000 (22:28 +0200)
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 <mcpratt@pm.me>
Link: https://github.com/openwrt/openwrt/pull/19748
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/libs/gettext-full/Makefile

index d277fb10b64fc646a8223684953fcf3e420082b5..829d4dca4636d01462a9db8dbd718cd6735061c8 100644 (file)
@@ -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