From ad6a08016eb298d1ecc33972bbb3f8cf33ce3214 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 1 Jan 2021 17:24:18 +0300 Subject: libarchive: bump to 3.5.1 --- extra/libarchive/build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extra/libarchive/build') diff --git a/extra/libarchive/build b/extra/libarchive/build index 6e30984c..d069befd 100755 --- a/extra/libarchive/build +++ b/extra/libarchive/build @@ -7,7 +7,10 @@ --without-xml2 \ --without-expat -make +# Link binaries statically +make bsdtar_LDFLAGS=-all-static \ + bsdcat_LDFLAGS=-all-static \ + bsdcpio_LDFLAGS=-all-static make DESTDIR="$1" install ln -s bsdcat "$1/usr/bin/cat" -- cgit v1.2.3