commit: 83905dffdbdb042dca4428b9446e09321bf2957d Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Mon May 4 16:14:22 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon May 4 16:24:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83905dff
dev-libs/efl: -fno-common temporary fix Closes: https://bugs.gentoo.org/707258 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/efl/efl-1.23.3.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/efl/efl-1.23.3.ebuild b/dev-libs/efl/efl-1.23.3.ebuild index 3a1dc1e3db5..65c7e876c08 100644 --- a/dev-libs/efl/efl-1.23.3.ebuild +++ b/dev-libs/efl/efl-1.23.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson xdg-utils +inherit flag-o-matic meson xdg-utils DESCRIPTION="Enlightenment Foundation Libraries all-in-one package" HOMEPAGE="https://www.enlightenment.org" @@ -263,6 +263,8 @@ src_configure() { fi emesonargs+=( -D lua-interpreter="${luaChoice}" ) + append-cflags -fcommon + meson_src_configure }
