From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B423C139085 for ; Mon, 16 Jan 2017 02:18:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25BB221C028; Mon, 16 Jan 2017 02:18:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F367121C028 for ; Mon, 16 Jan 2017 02:18:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 940E033BF1C for ; Mon, 16 Jan 2017 02:18:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 293182860 for ; Mon, 16 Jan 2017 02:18:11 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1484533078.3979e31fbeec66cbca7fff9761727b46e4412d19.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xfsprogs/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/xfsprogs/files/xfsprogs-4.9.0-cross-compile.patch X-VCS-Directories: sys-fs/xfsprogs/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3979e31fbeec66cbca7fff9761727b46e4412d19 X-VCS-Branch: master Date: Mon, 16 Jan 2017 02:18:11 +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: 0a4f6b99-ac82-4876-aad5-085999d93c86 X-Archives-Hash: 259afcf4e8978fd7efab922708711c6f commit: 3979e31fbeec66cbca7fff9761727b46e4412d19 Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 16 02:17:58 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 16 02:17:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3979e31f sys-fs/xfsprogs: Fixed compilation on 32bit systems (bug #605406). Bug was introduced by me while forward-porting the cross-compile patch. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-fs/xfsprogs/files/xfsprogs-4.9.0-cross-compile.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/xfsprogs/files/xfsprogs-4.9.0-cross-compile.patch b/sys-fs/xfsprogs/files/xfsprogs-4.9.0-cross-compile.patch index f4232b3..fade102 100644 --- a/sys-fs/xfsprogs/files/xfsprogs-4.9.0-cross-compile.patch +++ b/sys-fs/xfsprogs/files/xfsprogs-4.9.0-cross-compile.patch @@ -97,7 +97,7 @@ LOADERFLAGS = @LDFLAGS@ LTLDFLAGS = @LDFLAGS@ CFLAGS = @CFLAGS@ -D_FILE_OFFSET_BITS=64 -+BUILD_CFLAGS = @BUILD_CFLAGS@ ++BUILD_CFLAGS = @BUILD_CFLAGS@ -D_FILE_OFFSET_BITS=64 LIBRT = @librt@ LIBUUID = @libuuid@