From f76fed00c9c9289b354e7f8dd6f14ea699ef16a2 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 4 Jun 2020 18:21:34 -0400 Subject: Bsdtar (#42) * Add docker build image * Use bsdtar * Disable ORIGIN * tar is bsdtar * Use absolute rpath * Replace matched path with destroot+libpath * No RPATH recieves a likely default path * Use RPATH not RUNPATH * Add bsdtar to circleci deps * Replace tar references --- .circleci/init.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to '.circleci/init.sh') diff --git a/.circleci/init.sh b/.circleci/init.sh index 6a25d16..5c130f4 100755 --- a/.circleci/init.sh +++ b/.circleci/init.sh @@ -9,6 +9,8 @@ if [[ $(uname -s) == Linux ]]; then file \ which \ rsync \ + bsdtar \ + libarchive-devel \ tar \ cmake3 \ gcc \ -- cgit