summarylogtreecommitdiffstats
path: root/arch-linux.patch
diff options
context:
space:
mode:
authorTony Lambiris2018-02-07 02:01:05 -0500
committerTony Lambiris2018-02-07 02:01:05 -0500
commit0c572b21525d495ebd4813c9582cf1482d9d7b5c (patch)
treeafb29a3686372c28f0cf41e8af681baa06cfed28 /arch-linux.patch
parente82cc7e50649b9c74e27a590c26a376d7d8966eb (diff)
downloadaur-0c572b21525d495ebd4813c9582cf1482d9d7b5c.tar.gz
Updates for osquery 3.0
Diffstat (limited to 'arch-linux.patch')
-rw-r--r--arch-linux.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch-linux.patch b/arch-linux.patch
index 7ef4e7b31dd9..996944d1a036 100644
--- a/arch-linux.patch
+++ b/arch-linux.patch
@@ -25,13 +25,13 @@ index 3acf0c5..bd7612b 100644
implementation("system/windows/services@genServices")
examples([
diff --git a/Makefile b/Makefile
-index 2e2bd13c..c5ae915a 100644
+index 2ebc534f..98a0178d 100644
--- a/Makefile
+++ b/Makefile
-@@ -32,7 +32,7 @@ endif
- PATH_SET := PATH="$(DEPS_DIR)/bin:/usr/local/bin:$(PATH)"
- CMAKE := $(PATH_SET) CXXFLAGS="-L$(DEPS_DIR)/lib" cmake ../../
- CTEST := $(PATH_SET) ctest ../../
+@@ -70,7 +70,7 @@ CMAKE := $(PATH_SET) LDFLAGS="-L$(DEPS_DIR)/legacy/lib -L$(DEPS_DIR)/lib $(LINK_
+ cmake $(CMAKE_EXTRA) $(SOURCE_DIR)/
+
+ CTEST := $(PATH_SET) ctest $(SOURCE_DIR)/
-FORMAT_COMMAND := python tools/formatting/git-clang-format.py \
+FORMAT_COMMAND := python2 tools/formatting/git-clang-format.py \
"--commit" "master" "-f" "--style=file"