]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
x32-linux: Do not cache ac_cv_sys_file_offset_bits
authorKhem Raj <raj.khem@gmail.com>
Fri, 28 Jul 2023 03:47:58 +0000 (20:47 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jul 2023 06:48:33 +0000 (07:48 +0100)
commit1747608dfb1b2c8c4a40f819177d22f2bbae85df
treec025fc014fc179af8fae037609ca5aa0f6320be2
parent96f041cc22b7b23d43a6ed31e969b1c789b3d42d
x32-linux: Do not cache ac_cv_sys_file_offset_bits

This variable is used on some packages e.g. gpgme/libimobiledevice [1]
but with new autoconf, its better to let autconf detect it than cache it
here

[1] https://github.com/gpg/gpgme/blob/master/configure.ac#L659-L670

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/site/x32-linux