From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DEB811384B4 for ; Fri, 18 Dec 2015 00:00:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66265E0875; Fri, 18 Dec 2015 00:00:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B761E086F for ; Fri, 18 Dec 2015 00:00:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 249283402A2 for ; Fri, 18 Dec 2015 00:00:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E42FCE6 for ; Fri, 18 Dec 2015 00:00:42 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1450396805.121f3d2ea5401ced90b077374486d4c36bc33354.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/open-iscsi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/open-iscsi/open-iscsi-2.0.873-r1.ebuild X-VCS-Directories: sys-block/open-iscsi/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 121f3d2ea5401ced90b077374486d4c36bc33354 X-VCS-Branch: master Date: Fri, 18 Dec 2015 00:00:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aed9fe9a-7a26-4809-94b0-fec48590f9e9 X-Archives-Hash: f9ca7547fde9df758c62a5389e90ba1b commit: 121f3d2ea5401ced90b077374486d4c36bc33354 Author: Victor Dodon chromium org> AuthorDate: Thu Dec 17 23:57:12 2015 +0000 Commit: Mike Frysinger gentoo 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