summaryrefslogtreecommitdiffstats
path: root/package/coreutils/coreutils-01-spawn-uclibc.patch
Commit message (Collapse)AuthorAgeFilesLines
* coreutils: correct next version in patch descriptionBaruch Siach2014-02-121-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 snapshotBaruch Siach2014-02-111-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>
OpenPOWER on IntegriCloud