Browse Source

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.

Eric Andersen 20 years ago
parent
commit
a3ae603268
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/tar/tar.mk

+ 1 - 0
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) \