projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a05b797
)
Tar's default of use chown when being cross compiled is stupid, as lchown is
author
Eric Andersen
<andersen@codepoet.org>
Tue, 13 Sep 2005 20:40:59 +0000
(20:40 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 13 Sep 2005 20:40:59 +0000
(20:40 -0000)
available on virtually every platform, and all linux versions since linux 2.0.
package/tar/tar.mk
patch
|
blob
|
history
diff --git
a/package/tar/tar.mk
b/package/tar/tar.mk
index 51a436a00d20711052453f69b2e199d737026631..7e1c7b1d039665861a61b3a461f5f2443dd024d7 100644
(file)
--- 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) \