diff options
author | Sam James <sam@gentoo.org> | 2021-05-16 19:41:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-16 19:41:22 +0000 |
commit | 30721c26b000b906b6276a994c7a4cf9fdaececa (patch) | |
tree | 629aed6d25a1601b7d23663245c1fc6f343ed9c4 /sys-block/open-iscsi | |
parent | x11-wm/i3-gaps: Stabilize 4.19.1 amd64, #771243 (diff) | |
download | gentoo-30721c26b000b906b6276a994c7a4cf9fdaececa.tar.gz gentoo-30721c26b000b906b6276a994c7a4cf9fdaececa.tar.bz2 gentoo-30721c26b000b906b6276a994c7a4cf9fdaececa.zip |
sys-block/open-iscsi: add -fcommon to fix GCC 10 build
Bug: https://bugs.gentoo.org/643122
Acked-by: David Seifert <soap@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block/open-iscsi')
-rw-r--r-- | sys-block/open-iscsi/open-iscsi-2.0.875.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild b/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild index a72a670d11f1..e78173fe7c4d 100644 --- a/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild +++ b/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -75,6 +75,10 @@ src_prepare() { src_configure() { use debug && append-cppflags -DDEBUG_TCP -DDEBUG_SCSI + + # bug #643122 + append-flags -fcommon + append-lfs-flags } |