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 <rockdrilla@gmail.com>
This commit is contained in:
Konstantin Demin
2025-07-06 09:03:00 +03:00
committed by Josef Schlehofer
parent f4a19ebec7
commit fb6eee6f04

View File

@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=uw-imap PKG_NAME:=uw-imap
PKG_VERSION:=2007f PKG_VERSION:=2007f
PKG_RELEASE:=5 PKG_RELEASE:=6
PKG_SOURCE:=imap-$(PKG_VERSION).tar.gz PKG_SOURCE:=imap-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= \ PKG_SOURCE_URL:= \
@@ -32,7 +32,7 @@ define Package/uw-imap
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=University of Washington IMAP toolkit TITLE:=University of Washington IMAP toolkit
URL:=https://www.washington.edu/imap/ URL:=https://www.washington.edu/imap/
DEPENDS:=+libpthread +libopenssl DEPENDS:= +USE_GLIBC:libcrypt-compat +libpthread +libopenssl
endef endef
define Package/uw-imap/description define Package/uw-imap/description