Blame SOURCES/0019-build-sys-Enable-large-file-support.patch

46eaa5
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
46eaa5
From: Christophe Fergeau <cfergeau@redhat.com>
46eaa5
Date: Thu, 9 Apr 2015 17:24:40 +0200
46eaa5
Subject: [PATCH] build-sys: Enable large file support
46eaa5
46eaa5
This is needed on 32 bit machines for drag and drop of large files (>2GB
46eaa5
to work). This fixes https://bugzilla.redhat.com/show_bug.cgi?id=1206663
46eaa5
---
46eaa5
 configure.ac | 1 +
46eaa5
 1 file changed, 1 insertion(+)
46eaa5
46eaa5
diff --git a/configure.ac b/configure.ac
46eaa5
index 377fc74..9f9d34c 100644
46eaa5
--- a/configure.ac
46eaa5
+++ b/configure.ac
46eaa5
@@ -10,6 +10,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
46eaa5
 AC_PROG_CC
46eaa5
 AM_PROG_CC_C_O
46eaa5
 AC_HEADER_STDC
46eaa5
+AC_SYS_LARGEFILE
46eaa5
 AC_PROG_INSTALL
46eaa5
 AC_PROG_LN_S
46eaa5
 AC_DEFINE(_GNU_SOURCE, [1], [Enable GNU extensions])