summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2021-01-01 12:08:10 +0200
committerAndreas K. Huettel <dilfridge@gentoo.org>2021-01-01 12:28:30 +0200
commiteb790be4cc19258b075b07833a03a1ada146755f (patch)
treeb1247d0a6c0be243efc99d58fd849f228c7ed95a /net-libs/libosmocore
parentpackage.mask: remove gnatcoll-bindings from last rite (diff)
downloadgentoo-eb790be4cc19258b075b07833a03a1ada146755f.tar.gz
gentoo-eb790be4cc19258b075b07833a03a1ada146755f.tar.bz2
gentoo-eb790be4cc19258b075b07833a03a1ada146755f.zip
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@gentoo.org>
Diffstat (limited to 'net-libs/libosmocore')
-rw-r--r--net-libs/libosmocore/libosmocore-0.10.2.ebuild5
-rw-r--r--net-libs/libosmocore/libosmocore-9999.ebuild5
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 fbd3f9ee9b99..66b9ab242068 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 fbd3f9ee9b99..66b9ab242068 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)
}