diff options
| author | Eric Andersen | 2005-09-30 22:47:40 +0200 |
|---|---|---|
| committer | Eric Andersen | 2005-09-30 22:47:40 +0200 |
| commit | 617b079d95b588fdac4717163d903470633d4e46 (patch) | |
| tree | 73478c23ea31cbb3b665408a3f3ce222b5564170 | |
| parent | Support building a cross libtool for use on the host during cross-development. (diff) | |
| download | buildroot-617b079d95b588fdac4717163d903470633d4e46.tar.gz buildroot-617b079d95b588fdac4717163d903470633d4e46.tar.xz buildroot-617b079d95b588fdac4717163d903470633d4e46.zip | |
also set the gl_cv_func_chown_follows_symlink configure option
| -rw-r--r-- | package/tar/tar.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tar/tar.mk b/package/tar/tar.mk index 7e1c7b1d0..7017f9a70 100644 --- a/package/tar/tar.mk +++ b/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) \ |
