From cf30eaf8de9b620d73ceb19c1a6b69a14a432819 Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Thu, 10 Jul 2025 16:53:57 +0300 Subject: [PATCH] xupnpd: 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 --- multimedia/xupnpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/xupnpd/Makefile b/multimedia/xupnpd/Makefile index 8499413747..03d8e4e5b6 100644 --- a/multimedia/xupnpd/Makefile +++ b/multimedia/xupnpd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xupnpd -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/clark15b/xupnpd @@ -28,7 +28,7 @@ endef define Package/xupnpd SECTION:=multimedia CATEGORY:=Multimedia - DEPENDS:=+liblua +libopenssl + DEPENDS:= +USE_GLIBC:libcrypt-compat +liblua +libopenssl TITLE:=eXtensible UPnP agent URL:=http://xupnpd.org/ endef