From d3a9ecf024a8afd5c81b1e49ef2268975fab5998 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 26 Jun 2023 21:29:59 +0200 Subject: [PATCH] sysdig: rebuild against abseil-cpp-20230125.3_1 --- srcpkgs/sysdig/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sysdig/template b/srcpkgs/sysdig/template index 81ddb7aba5e..4a04e762468 100644 --- a/srcpkgs/sysdig/template +++ b/srcpkgs/sysdig/template @@ -1,7 +1,7 @@ # Template file for 'sysdig' pkgname=sysdig version=0.28.0 -revision=7 +revision=8 build_style=cmake configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF -DUSE_BUNDLED_B64=ON -DUSE_BUNDLED_JQ=ON -DBUILD_DRIVER=OFF @@ -36,7 +36,8 @@ CXXFLAGS="-Wno-deprecated-declarations" CXXFLAGS+=" -I/usr/include/grpc_absl" post_extract() { - sed -i 's,"${DIR_ETC}/bash_completion.d",share/bash-completion/completions,g' scripts/CMakeLists.txt + vsed -e 's,"${DIR_ETC}/bash_completion.d",share/bash-completion/completions,g' -i scripts/CMakeLists.txt + vsed -e 's|-std=c++0x||' -i CMakeLists.txt } post_install() {