From 404d74febc29febea8e0bb444caa2558670f9c2b Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Mon, 1 Dec 2025 11:46:55 +0000 Subject: [PATCH] cyrus-sasl: fix build with glibc Add missing dependency +USE_GLIBC:libcrypt-compat to express dependency on libcrypto.so.1 when building with GNU glibc. Signed-off-by: Daniel Golle --- libs/cyrus-sasl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cyrus-sasl/Makefile b/libs/cyrus-sasl/Makefile index aeb2be3ab6..ab73a3412f 100644 --- a/libs/cyrus-sasl/Makefile +++ b/libs/cyrus-sasl/Makefile @@ -37,7 +37,7 @@ endef define Package/libsasl2 $(call Package/libsasl2/Default) - DEPENDS:=+libopenssl + DEPENDS:=+USE_GLIBC:libcrypt-compat +libopenssl TITLE+= (libraries) endef -- 2.30.2