mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
Merge pull request #978 from theopolis/no_thrift_php
Remove php from thrift provision
This commit is contained in:
commit
43cd956c99
@ -40,11 +40,12 @@ function install_thrift() {
|
||||
./bootstrap.sh
|
||||
./configure CFLAGS="$CFLAGS" \
|
||||
--with-cpp=yes \
|
||||
--with-python=yes \
|
||||
--with-ruby=no \
|
||||
--with-go=no \
|
||||
--with-erlang=no \
|
||||
--with-java=no \
|
||||
--with-python=no
|
||||
--with-php=no
|
||||
make
|
||||
sudo make install
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user