diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-06-04 18:21:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 18:21:34 -0400 |
commit | f76fed00c9c9289b354e7f8dd6f14ea699ef16a2 (patch) | |
tree | f78be5fa8c4de8657798cc8f63f4497930c8e16b /lib/config_global.c | |
parent | 65934ab40dfba9be3c0d6cb535f4243e25920711 (diff) | |
download | spmc-f76fed00c9c9289b354e7f8dd6f14ea699ef16a2.tar.gz |
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
Diffstat (limited to 'lib/config_global.c')
-rw-r--r-- | lib/config_global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config_global.c b/lib/config_global.c index 95302c3..0d244fc 100644 --- a/lib/config_global.c +++ b/lib/config_global.c @@ -138,7 +138,7 @@ void check_runtime_environment(void) { #endif "objdump", "rsync", - "tar", + "bsdtar", "bash", "reloc", NULL, |