From: Konstantin Demin Date: Wed, 9 Jul 2025 15:35:08 +0000 (+0300) Subject: squid: adjust with glibc and libcrypt-compat X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=62b8d8929d541705b2597410740c37165e7d86ab;p=feed%2Fpackages.git 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 --- 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