From: Robert Marko Date: Wed, 9 Jul 2025 08:34:58 +0000 (+0200) Subject: shadow: restore PKG_BUILD_DEPENDS to libxcrypt X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3d1003956548ee801531f1f0210f56cd60b6e72a;p=openwrt-packages.git shadow: restore PKG_BUILD_DEPENDS to libxcrypt This reverts commit f18594a00f6324045a7019863a5278a3f6f52e64. The whole libxcrypt package was reworked in the base repo to fix libcrypto-compat and the name was restored to libxcrypt. Signed-off-by: Robert Marko --- diff --git a/utils/shadow/Makefile b/utils/shadow/Makefile index 9a3f9ccf3..ab2ba224b 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:=xcrypt +PKG_BUILD_DEPENDS:=libxcrypt include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk