shadow: restore PKG_BUILD_DEPENDS to libxcrypt
authorRobert Marko <[email protected]>
Wed, 9 Jul 2025 08:34:58 +0000 (10:34 +0200)
committerRobert Marko <[email protected]>
Wed, 9 Jul 2025 09:01:07 +0000 (11:01 +0200)
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 <[email protected]>
utils/shadow/Makefile

index 9a3f9ccf3d6f4d00e5f193bcc5cd30cf61b2db78..ab2ba224b167ea282b001be2d40b022e74be65c0 100644 (file)
@@ -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