diff --git a/falco.yaml b/falco.yaml index dc6ca4969a..c2aa554850 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 0000000000..120eadfc85 --- /dev/null +++ b/falco/tbb.patch @@ -0,0 +1,14 @@ +diff --git a/userspace/falco/CMakeLists.txt b/userspace/falco/CMakeLists.txt +index ca211866..b391c520 100644 +--- a/userspace/falco/CMakeLists.txt ++++ b/userspace/falco/CMakeLists.txt +@@ -77,6 +77,9 @@ set( + falco_engine + sinsp + yaml-cpp ++ "${JSONCPP_LIB}" ++ "${TBB_LIB}" ++ "${RE2_LIB}" + ) + + if(NOT WIN32) \ No newline at end of file