From: Konstantin Demin Date: Sun, 6 Jul 2025 06:03:00 +0000 (+0300) Subject: uw-imap: adjust with glibc and libcrypt-compat X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fb6eee6f0433329b3253e0f4aac64790c3ce2599;p=feed%2Fpackages.git uw-imap: 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/libs/uw-imap/Makefile b/libs/uw-imap/Makefile index 42692d643c..e791e8d0c1 100644 --- a/libs/uw-imap/Makefile +++ b/libs/uw-imap/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uw-imap PKG_VERSION:=2007f -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=imap-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ @@ -32,7 +32,7 @@ define Package/uw-imap CATEGORY:=Libraries TITLE:=University of Washington IMAP toolkit URL:=https://www.washington.edu/imap/ - DEPENDS:=+libpthread +libopenssl + DEPENDS:= +USE_GLIBC:libcrypt-compat +libpthread +libopenssl endef define Package/uw-imap/description