From: Konstantin Demin Date: Fri, 4 Jul 2025 07:51:40 +0000 (+0300) Subject: xinetd: adjust with glibc and libcrypt-compat X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=df47b40ee8afbbcda6aaac82af9abf250ea1759a;p=openwrt-packages.git xinetd: 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/xinetd/Makefile b/net/xinetd/Makefile index 6ab2af23f..bad597791 100644 --- a/net/xinetd/Makefile +++ b/net/xinetd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xinetd PKG_VERSION:=2.3.15 -PKG_RELEASE:=16 +PKG_RELEASE:=17 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_NAME)-2-3-15 @@ -30,6 +30,7 @@ define Package/xinetd CATEGORY:=Network TITLE:=A powerful and secure super-server URL:=https://github.com/xinetd-org + DEPENDS:= +USE_GLIBC:libcrypt-compat endef define Package/xinetd/description