summaryrefslogtreecommitdiffstats
path: root/package/coreutils/coreutils.mk
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2014-02-11 16:25:21 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-02-11 19:33:07 +0100
commita728e2fe3525ffb8237e520ec2fb859d1c95fccc (patch)
tree5ffa54439f6c1b267f607ffbddaa969b77436382 /package/coreutils/coreutils.mk
parentae3298d7d489f5ee465ff4ce83494de527d0ac73 (diff)
downloadbuildroot-a728e2fe3525ffb8237e520ec2fb859d1c95fccc.tar.gz
buildroot-a728e2fe3525ffb8237e520ec2fb859d1c95fccc.zip
coreutils: fix build against uclibc snapshot
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>
Diffstat (limited to 'package/coreutils/coreutils.mk')
-rw-r--r--package/coreutils/coreutils.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index e0e9d80b39..72087523f4 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -10,6 +10,9 @@ COREUTILS_SOURCE = coreutils-$(COREUTILS_VERSION).tar.xz
COREUTILS_LICENSE = GPLv3+
COREUTILS_LICENSE_FILES = COPYING
+# patching gnulib .m4 file
+COREUTILS_AUTORECONF = YES
+
# If both coreutils and busybox are selected, make certain coreutils
# wins the fight over who gets to have their utils actually installed.
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
OpenPOWER on IntegriCloud