diff options
author | Joe Slater <jslater@windriver.com> | 2015-07-21 10:39:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-22 23:25:01 +0100 |
commit | 72539c68e4a6ef1497af3f707107c3a69ab37bbd (patch) | |
tree | 5a174fa3be65516b06a6a9fe6168f1b735aa3f62 /meta/site | |
parent | 519e381278d40bdac79add340e4c0460a9f97e17 (diff) | |
download | openembedded-core-contrib-72539c68e4a6ef1497af3f707107c3a69ab37bbd.tar.gz |
common-glibc: define bash_cv_getcwd_malloc
We do not want bash to use internal code for getcwd() because
it can fail in certain filesystem types. Trust that the function
in glibc is not "broken".
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site')
-rw-r--r-- | meta/site/common-glibc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/site/common-glibc b/meta/site/common-glibc index 8329bb3e15a..1443f8e528b 100644 --- a/meta/site/common-glibc +++ b/meta/site/common-glibc @@ -18,6 +18,7 @@ ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} # bash bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes} bash_cv_sys_siglist=${bash_cv_sys_siglist=yes} +bash_cv_getcwd_malloc=${bash_cv_getcwd_malloc=yes} # clamav clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes} |