]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
configure: Add -D_LARGEFILE64_SOURCE to Linux build. 10179/head 10181/head 10182/head
authorIra Cooper <ira@redhat.com>
Thu, 31 Mar 2016 16:30:45 +0000 (12:30 -0400)
committerGaurav Kumar Garg <garg.gaurav52@gmail.com>
Thu, 7 Jul 2016 16:16:10 +0000 (18:16 +0200)
commit8a39e5e67bc9a93cadb6c13f25c7ccd57421af6b
treee1f6163632aa2f36e98af402ca8f1526bd2507e7
parente832001feaf8c176593e0325c8298e3f16dfb403
configure: Add -D_LARGEFILE64_SOURCE to Linux build.

Fixes: http://tracker.ceph.com/issues/16612
Without -D_LARGEFILE64_SOURCE we can't build against libxfs,
because off64_t must be defined.

Signed-off-by: Ira Cooper <ira@redhat.com>
(cherry picked from commit 602425a)
configure.ac