mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:25:43 +01:00
Add largefile support
Add largefile support (bug#1513).
This commit is contained in:
parent
bb86a9d551
commit
d9e433ad3e
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ AC_HEADER_TIME
|
||||||
dnl Checks for library functions.
|
dnl Checks for library functions.
|
||||||
AC_PROG_GCC_TRADITIONAL
|
AC_PROG_GCC_TRADITIONAL
|
||||||
|
|
||||||
|
dnl Enable largefile support
|
||||||
|
AC_SYS_LARGEFILE
|
||||||
|
|
||||||
SAVE_UTIL_VERSION
|
SAVE_UTIL_VERSION
|
||||||
|
|
||||||
AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amidi/Makefile amixer/Makefile \
|
AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amidi/Makefile amixer/Makefile \
|
||||||
|
|
Loading…
Reference in a new issue