Browse Source

also set the gl_cv_func_chown_follows_symlink configure option

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

+ 1 - 0
package/tar/tar.mk

@@ -26,6 +26,7 @@ $(GNUTAR_DIR)/.configured: $(GNUTAR_DIR)/.unpacked
 		$(TARGET_CONFIGURE_OPTS) \
 		CFLAGS="$(TARGET_CFLAGS)" \
 		ac_cv_func_chown_works=yes \
+		gl_cv_func_chown_follows_symlink=yes \
 		./configure \
 		--target=$(GNU_TARGET_NAME) \
 		--host=$(GNU_TARGET_NAME) \