git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d2599fb
)
shadow: update build dependencies
author
Tianling Shen
<redacted>
Sat, 28 Jun 2025 14:21:39 +0000
(22:21 +0800)
committer
Tianling 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
patch
|
blob
|
history
diff --git
a/utils/shadow/Makefile
b/utils/shadow/Makefile
index ab2ba224b167ea282b001be2d40b022e74be65c0..9a3f9ccf3d6f4d00e5f193bcc5cd30cf61b2db78 100644
(file)
--- 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:=
lib
xcrypt
+PKG_BUILD_DEPENDS:=xcrypt
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
git clone https://git.99rst.org/PROJECT