mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
Fix for the CentOS 7 support
This commit is contained in:
parent
65e0da4790
commit
715f894c1c
@ -8,6 +8,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <csignal>
|
||||
#include <thrift/protocol/TBinaryProtocol.h>
|
||||
#include <thrift/server/TSimpleServer.h>
|
||||
#include <thrift/transport/TServerSocket.h>
|
||||
|
@ -458,7 +458,7 @@ function main() {
|
||||
elif [[ $DISTRO = "centos7" ]]; then
|
||||
package gcc
|
||||
package binutils
|
||||
#package gcc-c++
|
||||
package gcc-c++
|
||||
package cmake
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user