sysdig: rebuild against abseil-cpp-20230125.3_1

This commit is contained in:
John 2023-06-26 21:29:59 +02:00 committed by John Zimmermann
parent b6d7b2f273
commit d3a9ecf024

View file

@ -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() {