summaryrefslogtreecommitdiff
path: root/dev-libs/ell/ell-0.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/ell/ell-0.9.ebuild')
-rw-r--r--dev-libs/ell/ell-0.9.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/ell/ell-0.9.ebuild b/dev-libs/ell/ell-0.9.ebuild
index af1ce781e17e..4fab6351b424 100644
--- a/dev-libs/ell/ell-0.9.ebuild
+++ b/dev-libs/ell/ell-0.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit multilib-minimal
+inherit flag-o-matic multilib-minimal
DESCRIPTION="Embedded Linux Library provides core, low-level functionality for system daemons"
HOMEPAGE="https://01.org/ell"
@@ -20,6 +20,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
multilib_src_configure() {
+ append-cflags "-fsigned-char" #662694
local myeconfargs=(
$(use_enable glib)
$(use_enable pie)