From a3bf15a0e00eb38242b75657d29834fe40dad96b Mon Sep 17 00:00:00 2001 From: James Rawlings Date: Mon, 30 Sep 2024 13:46:38 +0100 Subject: [PATCH] falco: regenerate patch and add back in after being removed in an earlier commit of the package update PR Signed-off-by: James Rawlings --- falco.yaml | 2 +- falco/tbb.patch | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 falco/tbb.patch diff --git a/falco.yaml b/falco.yaml index 9af28649721..31422f7b6e4 100644 --- a/falco.yaml +++ b/falco.yaml @@ -75,7 +75,7 @@ pipeline: - uses: patch with: # to prevent usage of vendored tbb - patches: libcurl-include.patch + patches: tbb.patch libcurl-include.patch - runs: | mkdir -p "${{targets.destdir}}"/etc/falco diff --git a/falco/tbb.patch b/falco/tbb.patch new file mode 100644 index 00000000000..0335f8a2874 --- /dev/null +++ b/falco/tbb.patch @@ -0,0 +1,16 @@ +diff --git a/userspace/falco/CMakeLists.txt b/userspace/falco/CMakeLists.txt +index ca211866..e54a747e 100644 +--- a/userspace/falco/CMakeLists.txt ++++ b/userspace/falco/CMakeLists.txt +@@ -76,7 +76,10 @@ set( + FALCO_LIBRARIES + falco_engine + sinsp +- yaml-cpp ++ "${JSONCPP_LIB}" ++ "${TBB_LIB}" ++ "${RE2_LIB}" ++ "${YAMLCPP_LIB}" + ) + + if(NOT WIN32) \ No newline at end of file