mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user