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

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