diff options
| author | Michael Pratt | 2025-08-08 05:27:08 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-08-11 20:28:41 +0000 |
| commit | d119f1b0464f55ccbaa080703a33b320339caa7d (patch) | |
| tree | de574001163ebef76eae3a554db3ffe603eb3764 | |
| parent | b6f67ca7394f4e221c27e58c9f8e250179fa142f (diff) | |
| download | openwrt-d119f1b0464f55ccbaa080703a33b320339caa7d.tar.gz | |
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 <mcpratt@pm.me>
Link: https://github.com/openwrt/openwrt/pull/19748
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | package/libs/gettext-full/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index d277fb10b6..829d4dca46 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 |