sys-fs/xfsprogs: Fixed compilation on 32bit systems (bug #605406).
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 16 Jan 2017 02:17:58 +0000 (03:17 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 16 Jan 2017 02:17:58 +0000 (03:17 +0100)
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

index f4232b3445e4d41979a8f6402bdad135aff36338..fade1028301d91cb91b103b7209bc7c01d0dc627 100644 (file)
@@ -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@