summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}