summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-06-22 13:19:45 +0200
committerMarek Szuba <marecki@gentoo.org>2020-06-22 13:31:21 +0200
commit5336c3be1d3729dc6c9d6e306a1415a3995d844e (patch)
treea56b921d5b8177c6f711c8434a7d4b8840c886a0 /net-misc
parentsys-kernel/vanilla-sources: Automated version bump to {4.19.129,5.4.48,5.7.5}... (diff)
downloadgentoo-5336c3be1d3729dc6c9d6e306a1415a3995d844e.tar.gz
gentoo-5336c3be1d3729dc6c9d6e306a1415a3995d844e.tar.bz2
gentoo-5336c3be1d3729dc6c9d6e306a1415a3995d844e.zip
net-misc/oidc-agent: append -fcommon to compiler flags
Closes: https://bugs.gentoo.org/728840 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/oidc-agent/oidc-agent-3.3.1.ebuild5
1 files changed, 4 insertions, 1 deletions
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 12161b8e9044..df7deda15a9b 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
}