summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild')
-rw-r--r--dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild
index 1c81a8f60b99..044a37200616 100644
--- a/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild
+++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -43,13 +43,13 @@ src_prepare() {
}
src_configure() {
- econf --with-libbson=system \
+ econf \
+ --with-libbson=system \
--with-snappy=system \
--with-zlib=system \
--disable-optimizations \
--disable-shm-counters \
--disable-examples \
- --docdir="${EPREFIX}/usr/share/doc/${P}" \
$(use_enable sasl) \
$(use_enable ssl ssl $(usex libressl libressl openssl)) \
$(use_enable debug) \