mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 23:34:34 +04:00
luci-lib-nixio: adjust with glibc and libcrypt-compat
glibc 2.39 has removed libcrypt completely. solution: link against libxcrypt built with glibc compatibility. Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
This commit is contained in:
committed by
Paul Donald
parent
49b75783f9
commit
a3cae27ab4
@@ -7,7 +7,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
LUCI_TITLE:=NIXIO POSIX library
|
LUCI_TITLE:=NIXIO POSIX library
|
||||||
LUCI_DEPENDS:=+liblua
|
LUCI_DEPENDS:= +USE_GLIBC:libcrypt-compat +liblua
|
||||||
|
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user