autoconf_cache/musl-linux: use 64 bit off_t etc.
This commit is contained in:
parent
18494c1bf9
commit
546228d62a
|
@ -169,6 +169,9 @@ gt_cv_func_gnugettext1_libc=yes
|
||||||
gt_cv_func_gnugettext2_libc=yes
|
gt_cv_func_gnugettext2_libc=yes
|
||||||
gt_cv_func_gnugettext3_libc=yes
|
gt_cv_func_gnugettext3_libc=yes
|
||||||
ac_cv_sys_file_offset_bits=64
|
ac_cv_sys_file_offset_bits=64
|
||||||
|
ac_cv_sizeof_off_t=8
|
||||||
|
ac_cv_sizeof_ino_t=8
|
||||||
|
ac_cv_sizeof_blkcnt_t=8
|
||||||
|
|
||||||
# Force detection of musl's iconv
|
# Force detection of musl's iconv
|
||||||
ac_cv_libiconv_utf8=yes
|
ac_cv_libiconv_utf8=yes
|
||||||
|
|
Loading…
Reference in New Issue