Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | # libelf |
| 2 | mr_cv_target_elf=${mr_cv_target_elf=yes} |
| 3 | |
| 4 | # Normally kernels have /dev/random enabled |
| 5 | ac_cv_file__dev_random=${ac_cv_file__dev_random=yes} |
| 6 | |
| 7 | # Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with |
| 8 | # target stdlib.h prototype which follows POSIX compiliance. Mark for upstream. |
| 9 | sudo_cv_func_unsetenv_void=no |
| 10 | |
| 11 | # shadow dir info, to avoid searching build system |
| 12 | shadow_cv_maildir=${localstatedir}/spool/mail |
| 13 | shadow_cv_mailfile=Mailbox |
| 14 | shadow_cv_utmpdir=${localstatedir}/run |
| 15 | shadow_cv_logdir=${localstatedir}/log |
| 16 | shadow_cv_passwd_dir=${bindir} |
| 17 | |
| 18 | # python: deactivate a runtime check for ipv6-support in python >=2.7.1 that fails when cross-compiling |
| 19 | ac_cv_buggy_getaddrinfo=no |
| 20 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 21 | ac_cv_path_SED=${ac_cv_path_SED=sed} |
Andrew Geissler | b7d2861 | 2020-07-24 16:15:54 -0500 | [diff] [blame] | 22 | |
| 23 | # General |
| 24 | ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=no} |
| 25 | |
| 26 | # bash |
| 27 | bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=no} |
| 28 | bash_cv_sys_siglist=${bash_cv_sys_siglist=no} |