commit:     3979e31fbeec66cbca7fff9761727b46e4412d19
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 02:17:58 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> 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@

Reply via email to