projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8762399
)
cyrus-sasl: fix build with glibc
author
Daniel Golle
<
[email protected]
>
Mon, 1 Dec 2025 11:46:55 +0000
(11:46 +0000)
committer
George 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
patch
|
blob
|
history
diff --git
a/libs/cyrus-sasl/Makefile
b/libs/cyrus-sasl/Makefile
index aeb2be3ab6736df6fe753095f7b13b65ad191b12..ab73a3412f1b164b0541f386bc0412a833882194 100644
(file)
--- 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