mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
meta/site: remove sizeof_off_t
The size of off_t depends on whether large file support is enabled through preprocessor flags, so we can't cache this. (From OE-Core rev: 25bd4e9483a7d2c16a460b4f363e91b5b943bb58) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5602f64ab8
commit
92759d8662
@@ -203,7 +203,6 @@ apr_cv_pthreads_cflags=${apr_cv_pthreads_cflags=-pthread}
|
||||
apr_cv_pthreads_lib=${apr_cv_pthreads_lib=-lpthread}
|
||||
ac_cv_func_mmap=${ac_cv_func_mmap=yes}
|
||||
ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
|
||||
ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4}
|
||||
ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
|
||||
ac_cv_socklen_t=${ac_cv_socklen_t=yes}
|
||||
ac_cv_struct_rlimit=${ac_cv_struct_rlimit=yes}
|
||||
|
||||
Reference in New Issue
Block a user