From 14aed6a41b84ea1adafac885fce2131e40dc18d9 Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Sun, 6 Jul 2025 09:02:37 +0300 Subject: [PATCH] exim: 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 --- mail/exim/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/exim/Makefile b/mail/exim/Makefile index db090501bc..03675d1da7 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=exim PKG_VERSION:=4.98.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://ftp.exim.org/pub/exim/exim4/ @@ -45,7 +45,7 @@ LOOKUPS:= \ define Package/exim/Default SECTION:=mail CATEGORY:=Mail - DEPENDS:=+libdb47 +libpcre2 $(ICONV_DEPENDS) +BUILD_NLS:libidn2 +BUILD_NLS:libidn + DEPENDS:= +USE_GLIBC:libcrypt-compat +libdb47 +libpcre2 $(ICONV_DEPENDS) +BUILD_NLS:libidn2 +BUILD_NLS:libidn TITLE:=Exim message transfer agent URL:=http://www.exim.org/ USERID:=exim=42:exim=42