From: Konstantin Demin Date: Fri, 4 Jul 2025 07:51:40 +0000 (+0300) Subject: tac_plus: adjust with glibc and libcrypt-compat X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ddd4d610d66c8f97f698377dcba9a73ebe08d40c;p=openwrt-packages.git 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 --- diff --git a/net/tac_plus/Makefile b/net/tac_plus/Makefile index 5d0876967..de51fb35f 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