]> code.ossystems Code Review - openembedded-core.git/commit
shadow: disable nscd feature when glibc is not built with spawn posix functions
authorBaptiste DURAND <baptiste.durand@gmail.com>
Fri, 5 Dec 2014 14:40:16 +0000 (15:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2014 10:17:48 +0000 (10:17 +0000)
commita56d726562c3b075d49125d206af56c829b3377b
tree6bdd02e1deecec6663bc97168c5b9c487a5841da
parent007144bdfb2dfb10e4b1794799f8b5aa6976266c
shadow: disable nscd feature when glibc is not built with spawn posix functions

shadow package  configure step fails with this log output :
| checking location of faillog/lastlog/wtmp... (cached) /var/log
| checking location of the passwd program... (cached) /usr/bin
| checking for posix_spawn... no
| configure: error: posix_spawn is needed for nscd support
| Configure failed. The contents of all config.log files follows to aid debugging
| ERROR: oe_runconf failed

(From OE-Core rev: 3678e504cf81f45bd0b0ab315f9cc4da87a633b5)

Signed-off-by: Baptiste DURAND <baptiste.durand@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-extended/shadow/shadow.inc