build: set things up to enable large file support

Spotted by lintian check, tag explained at:
https://lintian.debian.org/tags/binary-file-built-without-LFS-support.html
This commit is contained in:
Andreas Henriksson 2018-12-07 09:40:18 -06:00 committed by Denis Kenzior
parent 18b4f8b359
commit aef4dd4286
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ AC_PROG_INSTALL
AC_PROG_MKDIR_P
AC_PROG_LN_S
AC_SYS_LARGEFILE
LT_PREREQ(2.2)
LT_INIT([disable-static])