commit: 121f3d2ea5401ced90b077374486d4c36bc33354
Author: Victor Dodon <printesoi <AT> chromium <DOT> org>
AuthorDate: Thu Dec 17 23:57:12 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 00:00:05 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121f3d2e
sys-block/open-iscsi: build with LFS flags
This package uses a bunch of filesystem calls, but they default to 32bit,
so for 32bit systems, we end up not being able to support large files.
sys-block/open-iscsi/open-iscsi-2.0.873-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-block/open-iscsi/open-iscsi-2.0.873-r1.ebuild
b/sys-block/open-iscsi/open-iscsi-2.0.873-r1.ebuild
index 05d9790..72a2081 100644
--- a/sys-block/open-iscsi/open-iscsi-2.0.873-r1.ebuild
+++ b/sys-block/open-iscsi/open-iscsi-2.0.873-r1.ebuild
@@ -53,6 +53,7 @@ src_prepare() {
src_configure() {
use debug && append-cppflags -DDEBUG_TCP -DDEBUG_SCSI
+ append-lfs-flags
cd utils/open-isns || die