From 07f683c356194944c147c8fc7c3f944c927d518b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 30 Apr 2021 12:15:37 -0400 Subject: [PATCH] sysdig: rebuild for grpc --- srcpkgs/sysdig/patches/grpc-abseil.patch | 11 +++++++++++ srcpkgs/sysdig/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/sysdig/patches/grpc-abseil.patch diff --git a/srcpkgs/sysdig/patches/grpc-abseil.patch b/srcpkgs/sysdig/patches/grpc-abseil.patch new file mode 100644 index 00000000000..6d8f3d29e4b --- /dev/null +++ b/srcpkgs/sysdig/patches/grpc-abseil.patch @@ -0,0 +1,11 @@ +--- userspace/libsinsp/CMakeLists.txt ++++ userspace/libsinsp/CMakeLists.txt +@@ -31,7 +31,7 @@ + include_directories("${B64_INCLUDE}") + include_directories("${CURSES_INCLUDE_DIR}") + if(NOT MINIMAL_BUILD) +- include_directories("${GRPC_INCLUDE}") ++ include_directories("${GRPC_INCLUDE}" "${GRPC_INCLUDE}/grpc_absl") + include_directories("${PROTOBUF_INCLUDE}") + include_directories("${OPENSSL_INCLUDE_DIR}") + include_directories("${CURL_INCLUDE_DIR}") diff --git a/srcpkgs/sysdig/template b/srcpkgs/sysdig/template index f3600394d40..b2b58ff1677 100644 --- a/srcpkgs/sysdig/template +++ b/srcpkgs/sysdig/template @@ -1,7 +1,7 @@ # Template file for 'sysdig' pkgname=sysdig version=0.27.1 -revision=8 +revision=9 build_style=cmake configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF -DUSE_BUNDLED_B64=ON -DUSE_BUNDLED_JQ=ON -DBUILD_DRIVER=OFF