dev-libs/mongo-c-driver: fix building with libressl (bug #618988)

Closes: https://github.com/gentoo/gentoo/pull/4686
This commit is contained in:
Tomáš Mózes
2017-05-20 18:56:19 +00:00
committed by Ultrabug
parent 1aa6ede552
commit c3adbb83a0

View File

@@ -44,7 +44,7 @@ src_configure() {
--disable-examples \
--docdir="${EPREFIX}/usr/share/doc/${P}" \
$(use_enable sasl) \
$(use_enable ssl ssl openssl) \
$(use_enable ssl ssl $(usex libressl libressl openssl)) \
$(use_enable debug) \
$(use_enable static-libs static)
}