mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
Merge pull request #807 from theopolis/with_gmake
[Fix #805] Add symlink to gmake for gflags
This commit is contained in:
commit
018c1b4f86
@ -132,6 +132,9 @@ function install_gflags() {
|
||||
if [[ ! -d gflags-2.1.1 ]]; then
|
||||
tar -xf v2.1.1.tar.gz
|
||||
fi
|
||||
if [[ ! -x "$(which gmake)" ]]; then
|
||||
sudo ln -s `which make` /usr/local/bin/gmake
|
||||
fi
|
||||
pushd gflags-2.1.1
|
||||
cmake -DCMAKE_CXX_FLAGS=-fPIC -DGFLAGS_NAMESPACE:STRING=google .
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user