Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | coreutils: correct next version in patch description | Baruch Siach | 2014-02-12 | 1 | -2/+2 |
| | | | | | | | | | | | The patch that commit a728e2fe35 (coreutils: fix build against uclibc snapshot) adds mentions the wrong coreutils version in its description. Also fix the sign-of tag while at it. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | coreutils: fix build against uclibc snapshot | Baruch Siach | 2014-02-11 | 1 | -0/+43 |
uClibc development version adds support for POSIX spawn routines. However, unlike glibc these routines are in librt. This breaks gnulib autoconf detection. Teach gnulib autoconf to look for POSIX spawn in librt. Fixes: http://autobuild.buildroot.net/results/246/246b3778a1a646afd1c8b9c17b4579fb5a27120e/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |