cyrus-sasl: fix build with glibc
authorDaniel Golle <[email protected]>
Mon, 1 Dec 2025 11:46:55 +0000 (11:46 +0000)
committerGeorge Sapkin <[email protected]>
Tue, 2 Dec 2025 15:15:38 +0000 (17:15 +0200)
Add missing dependency +USE_GLIBC:libcrypt-compat to express dependency
on libcrypto.so.1 when building with GNU glibc.

Signed-off-by: Daniel Golle <[email protected]>
libs/cyrus-sasl/Makefile

index aeb2be3ab6736df6fe753095f7b13b65ad191b12..ab73a3412f1b164b0541f386bc0412a833882194 100644 (file)
@@ -37,7 +37,7 @@ endef
 
 define Package/libsasl2
   $(call Package/libsasl2/Default)
-  DEPENDS:=+libopenssl
+  DEPENDS:=+USE_GLIBC:libcrypt-compat +libopenssl
   TITLE+= (libraries)
 endef