As jow has stated in #12004 correctly, shadows needs a build dependency
on libintl (gettext) to provide the missing m4 macros.

The missing dependency was spotted while doing a parallel build.

This patch closes #12004.

Signed-off-by: Mathias Kresin <open...@kresin.me>
---

diff --git a/utils/shadow/Makefile b/utils/shadow/Makefile
index 506e512..f49f4f0 100644
--- a/utils/shadow/Makefile
+++ b/utils/shadow/Makefile
@@ -19,6 +19,8 @@ PKG_FIXUP:=autoreconf
 PKG_BUILD_PARALLEL:=1
 PKG_INSTALL:=1
 
+PKG_BUILD_DEPENDS:=libintl
+
 include $(INCLUDE_DIR)/package.mk
 
 SHADOW_APPLETS := \
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to