Update libarchive to v3.5.1

This commit is contained in:
Pk11
2020-12-28 16:39:40 -06:00
parent b0655cea73
commit 78f288dfee
7 changed files with 1980 additions and 2 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ LIBS := -lcurl -lmbedtls -lmbedx509 -lmbedcrypto -larchive -lbz2 -llzma -lm -lz
# list of directories containing libraries, this must be the top level containing
# include and lib
#---------------------------------------------------------------------------------
LIBDIRS := $(PORTLIBS) $(CTRULIB)
LIBDIRS := $(CURDIR)/libs $(PORTLIBS) $(CTRULIB)
#---------------------------------------------------------------------------------