shadow: update build dependencies

The package libxcrypt was renamed to xcrypt when added to
the core repo [1].

1. f544392fc3

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2025-06-28 22:21:39 +08:00
committed by Tianling Shen
parent d2599fb6b6
commit f18594a00f

View 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