From de9508dbd3270ad3221a5b6ae47ee3d4d7aa45e8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 27 Jul 2023 20:47:58 -0700 Subject: 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 (From OE-Core rev: 1747608dfb1b2c8c4a40f819177d22f2bbae85df) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/site/x32-linux | 1 - 1 file changed, 1 deletion(-) (limited to 'meta') diff --git a/meta/site/x32-linux b/meta/site/x32-linux index cf4ef147f7..2e120480c3 100644 --- a/meta/site/x32-linux +++ b/meta/site/x32-linux @@ -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 -- cgit v1.2.3-54-g00ecf