projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b7578
)
luci-lib-nixio: adjust with glibc and libcrypt-compat
author
Konstantin Demin
<
[email protected]
>
Fri, 4 Jul 2025 08:06:13 +0000
(11:06 +0300)
committer
Paul Donald
<
[email protected]
>
Tue, 15 Jul 2025 12:03:21 +0000
(14:03 +0200)
glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.
Signed-off-by: Konstantin Demin <
[email protected]
>
libs/luci-lib-nixio/Makefile
patch
|
blob
|
history
diff --git
a/libs/luci-lib-nixio/Makefile
b/libs/luci-lib-nixio/Makefile
index 91715e41d33332a2038b7d56ee415a5cec699a51..0b73ede43f6611ad67309b6d3c7b68d8dde3a07f 100644
(file)
--- a/
libs/luci-lib-nixio/Makefile
+++ b/
libs/luci-lib-nixio/Makefile
@@
-7,7
+7,7
@@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=NIXIO POSIX library
-LUCI_DEPENDS:=+liblua
+LUCI_DEPENDS:=
+USE_GLIBC:libcrypt-compat
+liblua
PKG_LICENSE:=Apache-2.0