commit:     eb790be4cc19258b075b07833a03a1ada146755f
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  1 10:08:10 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jan  1 10:28:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb790be4

net-libs/libosmocore: Apply -fcommon workaround

Closes: https://bugs.gentoo.org/706544
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>

 net-libs/libosmocore/libosmocore-0.10.2.ebuild | 5 +++--
 net-libs/libosmocore/libosmocore-9999.ebuild   | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-libs/libosmocore/libosmocore-0.10.2.ebuild 
b/net-libs/libosmocore/libosmocore-0.10.2.ebuild
index fbd3f9ee9b9..66b9ab24206 100644
--- a/net-libs/libosmocore/libosmocore-0.10.2.ebuild
+++ b/net-libs/libosmocore/libosmocore-0.10.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
 HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore";
@@ -41,6 +41,7 @@ src_prepare() {
 }
 
 src_configure() {
+       append-flags -fcommon
        econf \
                $(use_enable pcsc-lite pcsc)
 }

diff --git a/net-libs/libosmocore/libosmocore-9999.ebuild 
b/net-libs/libosmocore/libosmocore-9999.ebuild
index fbd3f9ee9b9..66b9ab24206 100644
--- a/net-libs/libosmocore/libosmocore-9999.ebuild
+++ b/net-libs/libosmocore/libosmocore-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
 HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore";
@@ -41,6 +41,7 @@ src_prepare() {
 }
 
 src_configure() {
+       append-flags -fcommon
        econf \
                $(use_enable pcsc-lite pcsc)
 }

Reply via email to