mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 22:18:52 +00:00
13 lines
431 B
Plaintext
13 lines
431 B
Plaintext
# libelf
|
|
mr_cv_target_elf=${mr_cv_target_elf=yes}
|
|
|
|
# Normally kernels have /dev/random enabled
|
|
ac_cv_file__dev_random=${ac_cv_file__dev_random=yes}
|
|
|
|
# Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with
|
|
# target stdlib.h prototype which follows POSIX compiliance. Mark for upstream.
|
|
sudo_cv_func_unsetenv_void=no
|
|
|
|
# Whether gettext macros should add rpath options
|
|
acl_cv_rpath=${acl_cv_rpath=no}
|