]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Do not rely on internal autoconf ac_cv_sys_file_offset_bits variable
authorGuillem Jover <guillem@hadrons.org>
Thu, 14 Mar 2024 00:56:36 +0000 (01:56 +0100)
committerGuillem Jover <guillem@hadrons.org>
Thu, 14 Mar 2024 01:00:36 +0000 (02:00 +0100)
commit2a3d521318533bb1d0535b989be578b4f5c5ff1a
tree2f5aa3f4cee41bb9859fea97fcbe091ae8080d51
parent149aafe1983893c44265352e47aca1cae73b9508
build: Do not rely on internal autoconf ac_cv_sys_file_offset_bits variable

This is an internal implementation detail from AC_SYS_LARGEFILE, which
happened to change with autoconf 2.72. Instead compute our own size
for off_t.

Closes: #28
m4/libbsd-large.m4