tac_plus: 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:
Konstantin Demin
2025-07-04 10:51:40 +03:00
committed by Josef Schlehofer
parent 62b8d8929d
commit ddd4d610d6

View File

@@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=tac_plus
PKG_VERSION:=4.0.4.28
PKG_REV:=259251e6f1c2d5c98081a43c6f66d9eb2989cfd8
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_DATE:=2019.02.11
@@ -40,6 +40,7 @@ endef
define Package/tac_plus
$(call Package/tac_plus/Default)
TITLE+= (without PAM support)
DEPENDS:= +USE_GLIBC:libcrypt-compat
VARIANT:=without-pam
endef