From ddd4d610d66c8f97f698377dcba9a73ebe08d40c Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Fri, 4 Jul 2025 10:51:40 +0300 Subject: [PATCH] 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 --- net/tac_plus/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/tac_plus/Makefile b/net/tac_plus/Makefile index 5d08769670..de51fb35f6 100644 --- a/net/tac_plus/Makefile +++ b/net/tac_plus/Makefile @@ -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