mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
shadow: restore PKG_BUILD_DEPENDS to libxcrypt
This reverts commit f18594a00f.
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 <robimarko@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ PKG_CPE_ID:=cpe:/a:debian:shadow
|
|||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_BUILD_DEPENDS:=xcrypt
|
PKG_BUILD_DEPENDS:=libxcrypt
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/nls.mk
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|||||||
Reference in New Issue
Block a user