projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6f67ca
)
gettext-full: remove usage of autoreconf
author
Michael Pratt
<
[email protected]
>
Fri, 8 Aug 2025 05:27:08 +0000
(
01:27
-0400)
committer
Robert Marko
<
[email protected]
>
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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/19748
Signed-off-by: Robert Marko <
[email protected]
>
package/libs/gettext-full/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/gettext-full/Makefile
b/package/libs/gettext-full/Makefile
index d277fb10b64fc646a8223684953fcf3e420082b5..829d4dca4636d01462a9db8dbd718cd6735061c8 100644
(file)
--- 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