Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libosmocore/
Date: Fri, 01 Jan 2021 10:28:58
Message-Id: 1609496910.eb790be4cc19258b075b07833a03a1ada146755f.dilfridge@gentoo
1 commit: eb790be4cc19258b075b07833a03a1ada146755f
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 10:08:10 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 10:28:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb790be4
7
8 net-libs/libosmocore: Apply -fcommon workaround
9
10 Closes: https://bugs.gentoo.org/706544
11 Package-Manager: Portage-3.0.9, Repoman-3.0.2
12 Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
13
14 net-libs/libosmocore/libosmocore-0.10.2.ebuild | 5 +++--
15 net-libs/libosmocore/libosmocore-9999.ebuild | 5 +++--
16 2 files changed, 6 insertions(+), 4 deletions(-)
17
18 diff --git a/net-libs/libosmocore/libosmocore-0.10.2.ebuild b/net-libs/libosmocore/libosmocore-0.10.2.ebuild
19 index fbd3f9ee9b9..66b9ab24206 100644
20 --- a/net-libs/libosmocore/libosmocore-0.10.2.ebuild
21 +++ b/net-libs/libosmocore/libosmocore-0.10.2.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28
29 -inherit autotools
30 +inherit autotools flag-o-matic
31
32 DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
33 HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
34 @@ -41,6 +41,7 @@ src_prepare() {
35 }
36
37 src_configure() {
38 + append-flags -fcommon
39 econf \
40 $(use_enable pcsc-lite pcsc)
41 }
42
43 diff --git a/net-libs/libosmocore/libosmocore-9999.ebuild b/net-libs/libosmocore/libosmocore-9999.ebuild
44 index fbd3f9ee9b9..66b9ab24206 100644
45 --- a/net-libs/libosmocore/libosmocore-9999.ebuild
46 +++ b/net-libs/libosmocore/libosmocore-9999.ebuild
47 @@ -1,9 +1,9 @@
48 -# Copyright 1999-2018 Gentoo Foundation
49 +# Copyright 1999-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=6
53
54 -inherit autotools
55 +inherit autotools flag-o-matic
56
57 DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
58 HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
59 @@ -41,6 +41,7 @@ src_prepare() {
60 }
61
62 src_configure() {
63 + append-flags -fcommon
64 econf \
65 $(use_enable pcsc-lite pcsc)
66 }