summarylogtreecommitdiffstats
path: root/arch-linux.patch
blob: 4f755ff58c2454af736c8a3f21c61d45c321b63b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff --git a/osquery/CMakeLists.txt b/osquery/CMakeLists.txt
index 444b018..97c1a14 100644
--- a/osquery/CMakeLists.txt
+++ b/osquery/CMakeLists.txt
@@ -55,9 +55,9 @@ ADD_OSQUERY_LINK_CORE("lz4")
 ADD_OSQUERY_LINK_CORE("thrift")
 ADD_OSQUERY_LINK_CORE("gflags")
 ADD_OSQUERY_LINK_CORE("glog")
-ADD_OSQUERY_LINK_CORE("boost_system-mt")
-ADD_OSQUERY_LINK_CORE("boost_filesystem-mt")
-ADD_OSQUERY_LINK_CORE("boost_regex-mt")
+ADD_OSQUERY_LINK_CORE("boost_system")
+ADD_OSQUERY_LINK_CORE("boost_filesystem")
+ADD_OSQUERY_LINK_CORE("boost_regex")
 
 # TODO(#1956): Ignoring on WIN32 for now
 if(NOT WIN32)
diff --git a/tools/provision.sh b/tools/provision.sh
index fc465d1..a66a7d4 100755
--- a/tools/provision.sh
+++ b/tools/provision.sh
@@ -87,6 +87,8 @@ function main() {
     log "your $OS does not use a provision script"
   fi
 
+  exit
+
   # The dependency directory (DEPS_DIR) will contain our legacy runtime glibc
   # and various compilers/library dependencies.
   if [[ ! -d "$DEPS_DIR" ]]; then