shadow: update build dependencies
authorTianling Shen <redacted>
Sat, 28 Jun 2025 14:21:39 +0000 (22:21 +0800)
committerTianling Shen <redacted>
Sun, 29 Jun 2025 09:17:31 +0000 (17:17 +0800)
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 <redacted>
utils/shadow/Makefile

index ab2ba224b167ea282b001be2d40b022e74be65c0..9a3f9ccf3d6f4d00e5f193bcc5cd30cf61b2db78 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT