summaryrefslogtreecommitdiffstats
path: root/meta/site
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-07-27 20:47:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-30 07:48:33 +0100
commit1747608dfb1b2c8c4a40f819177d22f2bbae85df (patch)
treec025fc014fc179af8fae037609ca5aa0f6320be2 /meta/site
parent96f041cc22b7b23d43a6ed31e969b1c789b3d42d (diff)
downloadopenembedded-core-contrib-1747608dfb1b2c8c4a40f819177d22f2bbae85df.tar.gz
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>
Diffstat (limited to 'meta/site')
-rw-r--r--meta/site/x32-linux1
1 files changed, 0 insertions, 1 deletions
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