Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/
Date: Tue, 05 May 2020 15:25:30
Message-Id: 1588692285.cc198b47279beb6bf6677a0f0a5d21ea3f92d183.juippis@gentoo
1 commit: cc198b47279beb6bf6677a0f0a5d21ea3f92d183
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 5 15:24:24 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 5 15:24:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc198b47
7
8 dev-libs/efl: -fno-common temporary fix
9
10 Closes: https://bugs.gentoo.org/707258
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 dev-libs/efl/efl-1.24.0.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/efl/efl-1.24.0.ebuild b/dev-libs/efl/efl-1.24.0.ebuild
17 index 745ca8e21df..2c2dcccfc5b 100644
18 --- a/dev-libs/efl/efl-1.24.0.ebuild
19 +++ b/dev-libs/efl/efl-1.24.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit meson xdg-utils
25 +inherit flag-o-matic meson xdg-utils
26
27 DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
28 HOMEPAGE="https://www.enlightenment.org"
29 @@ -244,6 +244,8 @@ src_configure() {
30 fi
31 emesonargs+=( -D lua-interpreter="${luaChoice}" )
32
33 + append-cflags -fcommon
34 +
35 meson_src_configure
36 }