mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
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 <daniel@makrotopia.org>
This commit is contained in:
committed by
George Sapkin
parent
8762399e15
commit
404d74febc
@@ -37,7 +37,7 @@ endef
|
|||||||
|
|
||||||
define Package/libsasl2
|
define Package/libsasl2
|
||||||
$(call Package/libsasl2/Default)
|
$(call Package/libsasl2/Default)
|
||||||
DEPENDS:=+libopenssl
|
DEPENDS:=+USE_GLIBC:libcrypt-compat +libopenssl
|
||||||
TITLE+= (libraries)
|
TITLE+= (libraries)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user