uw-imap: adjust with glibc and libcrypt-compat
authorKonstantin Demin <[email protected]>
Sun, 6 Jul 2025 06:03:00 +0000 (09:03 +0300)
committerJosef Schlehofer <[email protected]>
Mon, 14 Jul 2025 08:40:15 +0000 (10:40 +0200)
glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.

Signed-off-by: Konstantin Demin <[email protected]>
libs/uw-imap/Makefile

index 42692d643cc3e4841a4c3e5a3a8f6c4bb738d2ed..e791e8d0c1b00d0480c7e9b49ddfd487b6f0d13f 100644 (file)
@@ -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