Tar's default of use chown when being cross compiled is stupid, as lchown is
authorEric Andersen <andersen@codepoet.org>
Tue, 13 Sep 2005 20:40:59 +0000 (20:40 -0000)
committerEric 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

index 51a436a00d20711052453f69b2e199d737026631..7e1c7b1d039665861a61b3a461f5f2443dd024d7 100644 (file)
@@ -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) \