diff options
Diffstat (limited to 'dev-libs/mongo-c-driver/mongo-c-driver-1.9.3.ebuild')
-rw-r--r-- | dev-libs/mongo-c-driver/mongo-c-driver-1.9.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.9.3.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.9.3.ebuild index ab6b5baaaf37..9bc7a5d5f33b 100644 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.9.3.ebuild +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.9.3.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) \ |