Skip to content

Commit d119f1b

Browse files
mcpratrobimarko
authored andcommitted
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 <[email protected]> Link: openwrt/openwrt#19748 Signed-off-by: Robert Marko <[email protected]>
1 parent b6f67ca commit d119f1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package/libs/gettext-full/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ PKG_INSTALL:=1
2525
PKG_BUILD_DEPENDS:=gettext-full/host libunistring libxml2
2626
PKG_BUILD_PARALLEL:=0
2727

28-
PKG_FIXUP:=autoreconf
29-
3028
HOST_BUILD_DEPENDS:=gnulib-l10n/host gperf/host libiconv-full/host libunistring/host libxml2/host
3129
HOST_BUILD_PARALLEL:=0
3230

0 commit comments

Comments
 (0)