mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
sysdig: rebuild against abseil-cpp-20230125.3_1
This commit is contained in:
parent
b6d7b2f273
commit
d3a9ecf024
1 changed files with 3 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue