]> git.saurik.com Git - apt.git/commit
CMake: Add Large File Support
authorJulian Andres Klode <jak@debian.org>
Sat, 20 Aug 2016 01:22:24 +0000 (03:22 +0200)
committerJulian Andres Klode <jak@debian.org>
Tue, 23 Aug 2016 15:46:41 +0000 (17:46 +0200)
commit3fbd67460e1c4c38a79d00f09bf3113a39abbeca
tree1994b25c9bdd97659f4bee681207069d049c9887
parent0919f1df552ddf022ce4508cbf40e04eae5ef896
CMake: Add Large File Support

This module should cover all sorts of large file supports, as long
as they either support the getconf LFS_CFLAGS command; or the
_FILE_OFFSET_BITS=64 or _LARGE_FILES macros.

Closes: #834767
CMake/FindLFS.cmake [new file with mode: 0644]
CMakeLists.txt