]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
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)
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

index cf4ef147f7af2d481d6b671252dbeffa4ab8807b..2e120480c3585100c6e2a4fb1512897dbbc057fd 100644 (file)
@@ -1,5 +1,4 @@
 # general
 ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=16}
 ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8}
-ac_cv_sys_file_offset_bits=${ac_cv_sys_file_offset_bits=64}
 ac_cv_alignof_double=8