[oe-commits] Joe Slater : common-glibc: define bash_cv_getcwd_malloc

git at git.openembedded.org git at git.openembedded.org
Thu Jul 23 07:49:48 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 72539c68e4a6ef1497af3f707107c3a69ab37bbd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=72539c68e4a6ef1497af3f707107c3a69ab37bbd

Author: Joe Slater <jslater at windriver.com>
Date:   Tue Jul 21 10:39:10 2015 -0700

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 at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/site/common-glibc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/site/common-glibc b/meta/site/common-glibc
index 8329bb3..1443f8e 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}



More information about the Openembedded-commits mailing list