summaryrefslogtreecommitdiffstats
path: root/patches/logrotate-3.9.1/0005-configure-add-check-for-large-file-support.patch
blob: 21161dd67fa0cd6cd363ee29f233399745c229b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Thu, 11 Jun 2015 14:27:20 +0200
Subject: [PATCH] configure: add check for large file support

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index e655b85b135b..e39f1d21af72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@ AC_PROG_CC
 AC_PROG_CC_STDC
 AC_STRUCT_ST_BLKSIZE
 AC_STRUCT_ST_BLOCKS
+AC_SYS_LARGEFILE
 
 AC_CHECK_LIB([popt],[poptParseArgvString],,
   AC_MSG_ERROR([libpopt required but not found]))