diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-07-27 20:47:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-30 07:54:44 +0100 |
commit | de9508dbd3270ad3221a5b6ae47ee3d4d7aa45e8 (patch) | |
tree | 197aadaa65c59c7465d48fbe39d9b3156b95f597 /meta/site | |
parent | 153499cb5832b7802fe39ca20da458746e19eb66 (diff) | |
download | poky-de9508dbd3270ad3221a5b6ae47ee3d4d7aa45e8.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
(From OE-Core rev: 1747608dfb1b2c8c4a40f819177d22f2bbae85df)
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-linux | 1 |
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 @@ | |||
1 | # general | 1 | # general |
2 | ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=16} | 2 | ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=16} |
3 | ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8} | 3 | ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8} |
4 | ac_cv_sys_file_offset_bits=${ac_cv_sys_file_offset_bits=64} | ||
5 | ac_cv_alignof_double=8 | 4 | ac_cv_alignof_double=8 |