commit: 93fa016c35ea45398acbbc88d73687125af6cd45 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sat Apr 22 08:27:44 2017 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sat Apr 22 08:33:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93fa016c
dev-libs/mongo-c-driver: Work around "error: storage size of ‘ai_hints’ isn’t known" (bug #564334 by Marcin Mirosław). Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild | 5 +++-- dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild index 4a4f4366d13..7226e95ee5d 100644 --- a/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild +++ b/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=(python2_7) -inherit multilib python-r1 toolchain-funcs +inherit flag-o-matic multilib python-r1 toolchain-funcs DESCRIPTION="C Driver for MongoDB" HOMEPAGE="http://www.mongodb.org/ https://github.com/mongodb/mongo-c-driver" @@ -35,6 +35,7 @@ src_prepare() { } src_compile() { + append-cflags -D_POSIX_C_SOURCE=200112L emake use doc && make -C docs/source/sphinx html } diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild index 17902af5511..aaf844fa1fc 100644 --- a/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild +++ b/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" PYTHON_COMPAT=( python2_7 ) -inherit base multilib python-any-r1 toolchain-funcs +inherit base flag-o-matic multilib python-any-r1 toolchain-funcs DESCRIPTION="C Driver for MongoDB" HOMEPAGE="http://www.mongodb.org/ https://github.com/mongodb/mongo-c-driver" @@ -34,6 +34,7 @@ src_unpack() { } src_compile() { + append-cflags -D_POSIX_C_SOURCE=200112L tc-export CC emake use doc && make -C docs/source/sphinx html