[Thirdparty] Fix build thirdparty may be failed (#5187)

1. fix build thirdparty may be failed  in some os, because of default lib path is `lib` or`lib64` or `arrow` bulld failed by `brotil` and `zstd`
2. fix canot extract `.tar.bz2` file
This commit is contained in:
Zhengguo Yang
2021-01-04 15:21:18 +08:00
committed by GitHub
parent bcf1091043
commit e536823f92
9 changed files with 102 additions and 95 deletions

View File

@ -17,6 +17,7 @@
#include "common/daemon.h"
#include <signal.h>
#include <gflags/gflags.h>
#include <gperftools/malloc_extension.h>