buildrootschalter/package/coreutils
Thomas Petazzoni 0cb2b158d4 coreutils: add gnulib patch to fix librt/libthread link in static case
coreutils was not building in the static link case with uClibc, due to
binaries being linked with librt (for timer functions), but not with
libpthread. However, librt uses functions from libpthread, so both
must be specified. This lack of linking against libpthread was caused
by a deficiency in one of the gnulib m4 macro, for which we add a patch.

Fixes:

  http://autobuild.buildroot.org/results/bd4/bd4cc779b46e3837e3d6c43c97eaf42fdfc3a288/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-02-21 08:52:31 +01:00
..
Config.in Config.in files: add missing dependencies to toolchain option comments 2013-11-10 23:59:57 +01:00
coreutils-01-spawn-uclibc.patch coreutils: correct next version in patch description 2014-02-12 09:41:17 +01:00
coreutils-02-fix-timer-time-m4.patch coreutils: add gnulib patch to fix librt/libthread link in static case 2014-02-21 08:52:31 +01:00
coreutils.mk coreutils: fix build against uclibc snapshot 2014-02-11 19:33:07 +01:00