commit: 5336c3be1d3729dc6c9d6e306a1415a3995d844e Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Jun 22 11:19:45 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Jun 22 11:31:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5336c3be
net-misc/oidc-agent: append -fcommon to compiler flags Closes: https://bugs.gentoo.org/728840 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> net-misc/oidc-agent/oidc-agent-3.3.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-misc/oidc-agent/oidc-agent-3.3.1.ebuild b/net-misc/oidc-agent/oidc-agent-3.3.1.ebuild index 12161b8e904..df7deda15a9 100644 --- a/net-misc/oidc-agent/oidc-agent-3.3.1.ebuild +++ b/net-misc/oidc-agent/oidc-agent-3.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit xdg-utils +inherit flag-o-matic xdg-utils DESCRIPTION="oidc-agent for managing OpenID Connect tokens on the command line" HOMEPAGE="https://github.com/indigo-dc/oidc-agent" @@ -30,6 +30,9 @@ PATCHES=( ) src_compile() { + # Bug #728840 + append-flags -fcommon + # Parallel building doesn't work emake -j1 }
