summaryrefslogtreecommitdiffstats
path: root/package/tar
diff options
context:
space:
mode:
authorEric Andersen2005-09-13 22:40:59 +0200
committerEric Andersen2005-09-13 22:40:59 +0200
commita3ae6032688b480ca681afd9203e841c0303f045 (patch)
treec54576ff78724d043b60791882653c632da4c353 /package/tar
parentHow about we check our work a little better? (diff)
downloadbuildroot-a3ae6032688b480ca681afd9203e841c0303f045.tar.gz
buildroot-a3ae6032688b480ca681afd9203e841c0303f045.tar.xz
buildroot-a3ae6032688b480ca681afd9203e841c0303f045.zip
Tar's default of use chown when being cross compiled is stupid, as lchown is
available on virtually every platform, and all linux versions since linux 2.0.
Diffstat (limited to 'package/tar')
-rw-r--r--package/tar/tar.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tar/tar.mk b/package/tar/tar.mk
index 51a436a00..7e1c7b1d0 100644
--- a/package/tar/tar.mk
+++ b/package/tar/tar.mk
@@ -25,6 +25,7 @@ $(GNUTAR_DIR)/.configured: $(GNUTAR_DIR)/.unpacked
(cd $(GNUTAR_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
+ ac_cv_func_chown_works=yes \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \