0
0
mirror of https://github.com/openwrt/luci.git synced 2025-07-16 08:15:01 +00:00
Files
luci/libs/luci-lib-nixio/Makefile
Konstantin Demin a3cae27ab4 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>
2025-07-15 14:03:21 +02:00

17 lines
357 B
Makefile

#
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=NIXIO POSIX library
LUCI_DEPENDS:= +USE_GLIBC:libcrypt-compat +liblua
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature