summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/open-iscsi/open-iscsi-2.0.875.ebuild')
-rw-r--r--sys-block/open-iscsi/open-iscsi-2.0.875.ebuild6
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
}