mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
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:
committed by
Josef Schlehofer
parent
f4a19ebec7
commit
fb6eee6f04
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user