From 62b8d8929d541705b2597410740c37165e7d86ab Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Wed, 9 Jul 2025 18:35:08 +0300 Subject: [PATCH] squid: 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/squid/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/squid/Makefile b/net/squid/Makefile index 4bcce476d5..4c07483f2a 100644 --- a/net/squid/Makefile +++ b/net/squid/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=squid PKG_VERSION:=6.11 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www2.pl.squid-cache.org/Versions/v6/ \ @@ -36,7 +36,7 @@ endef define Package/squid $(call Package/squid/Default) MENU:=1 - DEPENDS:=+libpthread +librt +libltdl +libstdcpp +libatomic +USE_GLIBC:libbsd + DEPENDS:= +USE_GLIBC:libcrypt-compat +USE_GLIBC:libbsd +libpthread +librt +libltdl +libstdcpp +libatomic DEPENDS+= +SQUID_use-gnutls:libgnutls +SQUID_use-openssl:libopenssl DEPENDS+= +SQUID_with-libcap:libcap DEPENDS+= +SQUID_with-nettle:libnettle -- 2.30.2