diff options
author | fuzzard <fuzzard@kodi.tv> | 2021-10-22 17:05:30 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2021-10-24 10:41:10 +1000 |
commit | d2a27d5d3913a08fe8a094a4d18af73339727b73 (patch) | |
tree | 41f2e7b1c9eedb702d133eac0cca56734c0df699 /tools/depends | |
parent | 2161c5b54481ec31fda0905ae8ecdc6b672cda62 (diff) |
[tools/depends][native] bump tar 1.34
Diffstat (limited to 'tools/depends')
-rw-r--r-- | tools/depends/native/tar/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
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 |