Use sensible defaults for the remaining configure options.

Signed-off-by: Roland Hieber <[email protected]>
---
 rules/tar.make | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/rules/tar.make b/rules/tar.make
index 1b25c621a..52436454b 100644
--- a/rules/tar.make
+++ b/rules/tar.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_TAR) += tar
 #
 # Paths and names
 #
-TAR_VERSION    := 1.26
-TAR_MD5                := 0ced6f20b9fa1bea588005b5ad4b52c1
+TAR_VERSION    := 1.30
+TAR_MD5                := 2d01c6cd1387be98f57a0ec4e6e35826
 TAR            := tar-$(TAR_VERSION)
 TAR_SUFFIX     := tar.xz
 TAR_URL                := $(call ptx/mirror, GNU, tar/$(TAR).$(TAR_SUFFIX))
@@ -36,8 +36,14 @@ TAR_CONF_TOOL        := autoconf
 TAR_CONF_OPT   := \
        $(CROSS_AUTOCONF_USR) \
        $(GLOBAL_LARGE_FILE_OPTION) \
+       --disable-acl \
        --disable-rpath \
-       --disable-nls
+       --disable-nls \
+       --disable-backup-scripts \
+       --with-posix-acls \
+       --with-included-regex \
+       --without-selinux \
+       --with-xattrs
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.17.1


_______________________________________________
ptxdist mailing list
[email protected]

Reply via email to