From d2a27d5d3913a08fe8a094a4d18af73339727b73 Mon Sep 17 00:00:00 2001 From: fuzzard Date: Fri, 22 Oct 2021 17:05:30 +1000 Subject: [tools/depends][native] bump tar 1.34 --- tools/depends/native/tar/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'tools/depends/native/tar/Makefile') diff --git a/tools/depends/native/tar/Makefile b/tools/depends/native/tar/Makefile index 1341a7f424..12ae710fb0 100644 --- a/tools/depends/native/tar/Makefile +++ b/tools/depends/native/tar/Makefile @@ -5,20 +5,14 @@ DEPS= ../../Makefile.include Makefile # app name, version APPNAME=tar -VERSION=1.32 +VERSION=1.34 SOURCE=$(APPNAME)-$(VERSION) -ARCHIVE=$(SOURCE).tar.gz +ARCHIVE=$(SOURCE).tar.xz -ifeq ($(NATIVE_OS),osx) -# https://openradar.appspot.com/radar?id=6160634819379200 -PLATFORM_CONFIGURE=gl_cv_func_getcwd_abort_bug=no -endif - -export LIBTOOL=builds/unix/libtool export PATH:=$(PREFIX)/bin:$(PATH) CONFIGURE=./configure --prefix=$(PREFIX) \ --program-transform-name=s/tar/gtar/ \ - --disable-dependency-tracking ac_cv_func_fdopendir=no \ + --disable-dependency-tracking \ $(PLATFORM_CONFIGURE) APP=$(PLATFORM)/src/tar -- cgit v1.2.3