mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

There are tools in the wild where we need this to be a full path, even if that doesn't make sense in most other cases due to libtool issues. Allow those cases to override the default value as currently its near impossible to do so. (From OE-Core rev: 65652f419a4c8578121f1f67d43f23ce4eae5a37) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
751 B
Plaintext
22 lines
751 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
|
|
|
|
# shadow dir info, to avoid searching build system
|
|
shadow_cv_maildir=${localstatedir}/spool/mail
|
|
shadow_cv_mailfile=Mailbox
|
|
shadow_cv_utmpdir=${localstatedir}/run
|
|
shadow_cv_logdir=${localstatedir}/log
|
|
shadow_cv_passwd_dir=${bindir}
|
|
|
|
# python: deactivate a runtime check for ipv6-support in python >=2.7.1 that fails when cross-compiling
|
|
ac_cv_buggy_getaddrinfo=no
|
|
|
|
ac_cv_path_SED=${ac_cv_path_SED=sed}
|