Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/open-iscsi/
Date: Fri, 18 Dec 2015 00:00:49
Message-Id: 1450396805.121f3d2ea5401ced90b077374486d4c36bc33354.vapier@gentoo
1 commit: 121f3d2ea5401ced90b077374486d4c36bc33354
2 Author: Victor Dodon <printesoi <AT> chromium <DOT> org>
3 AuthorDate: Thu Dec 17 23:57:12 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 00:00:05 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121f3d2e
7
8 sys-block/open-iscsi: build with LFS flags
9
10 This package uses a bunch of filesystem calls, but they default to 32bit,
11 so for 32bit systems, we end up not being able to support large files.
12
13 sys-block/open-iscsi/open-iscsi-2.0.873-r1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 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
17 index 05d9790..72a2081 100644
18 --- a/sys-block/open-iscsi/open-iscsi-2.0.873-r1.ebuild
19 +++ b/sys-block/open-iscsi/open-iscsi-2.0.873-r1.ebuild
20 @@ -53,6 +53,7 @@ src_prepare() {
21
22 src_configure() {
23 use debug && append-cppflags -DDEBUG_TCP -DDEBUG_SCSI
24 + append-lfs-flags
25
26 cd utils/open-isns || die