mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-libs/mongo-c-driver: fix building with libressl (bug #618988)
Closes: https://github.com/gentoo/gentoo/pull/4686
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user