diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/site/common | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/site/common b/meta/site/common index e2dd4b57f7..5da3ff41de 100644 --- a/meta/site/common +++ b/meta/site/common | |||
@@ -7,3 +7,11 @@ ac_cv_file__dev_random=${ac_cv_file__dev_random=yes} | |||
7 | # Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with | 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. | 8 | # target stdlib.h prototype which follows POSIX compiliance. Mark for upstream. |
9 | sudo_cv_func_unsetenv_void=no | 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 | |||