| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH xfsprogs 01/14] configure: use AC_SYS_LARGEFILE |
| From: | Felix Janda <felix.janda@xxxxxxxxx> |
| Date: | Sun, 7 Aug 2016 07:21:20 +0200 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <cover.1470555003.git.felix.janda@xxxxxxxxx> |
| References: | <cover.1470555003.git.felix.janda@xxxxxxxxx> |
The autoconf macro AC_SYS_LARGEFILE defines _FILE_OFFSET_BITS=64 where necessary to ensure that off_t and all interfaces using off_t are 64bit, even on 32bit systems. Signed-off-by: Felix Janda <felix.janda@xxxxxxxxx> --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 1bb5fef..8fa96a5 100644 --- a/configure.ac +++ b/configure.ac @@ -107,6 +107,8 @@ AC_PACKAGE_UTILITIES(xfsprogs) AC_MULTILIB($enable_lib64) AC_RT($enable_librt) +AC_SYS_LARGEFILE + AC_PACKAGE_NEED_UUID_H AC_PACKAGE_NEED_UUIDCOMPARE -- 2.7.3 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH xfsprogs 2/2] linux.h: Define xfs_off_t as int64_t, Felix Janda |
|---|---|
| Next by Date: | [PATCH xfsprogs 03/14] replace fstat64 by equivalent fstat, Felix Janda |
| Previous by Thread: | First Page In Google, Soni Aggarwal |
| Next by Thread: | Re: [PATCH xfsprogs 01/14] configure: use AC_SYS_LARGEFILE, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |