From: Tianling Shen Date: Sat, 28 Jun 2025 14:21:39 +0000 (+0800) Subject: shadow: update build dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f18594a00f6324045a7019863a5278a3f6f52e64;p=openwrt-packages.git shadow: update build dependencies The package libxcrypt was renamed to xcrypt when added to the core repo [1]. 1. https://github.com/openwrt/openwrt/commit/f544392fc3c6c435e4b9acaca5744abb8ccb0a55 Signed-off-by: Tianling Shen --- diff --git a/utils/shadow/Makefile b/utils/shadow/Makefile index ab2ba224b..9a3f9ccf3 100644 --- a/utils/shadow/Makefile +++ b/utils/shadow/Makefile @@ -22,7 +22,7 @@ PKG_CPE_ID:=cpe:/a:debian:shadow PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 -PKG_BUILD_DEPENDS:=libxcrypt +PKG_BUILD_DEPENDS:=xcrypt include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk