mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sysdig: reconcile collision with earlier musl fix
This commit is contained in:
parent
40f1f216a3
commit
07d48bbcef
2 changed files with 1 additions and 20 deletions
|
@ -1,19 +0,0 @@
|
||||||
--- a/.xbps-falco/userspace/libsinsp/procfs_utils.h
|
|
||||||
+++ b/.xbps-falco/userspace/libsinsp/procfs_utils.h
|
|
||||||
@@ -1,5 +1,6 @@
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
+#include <cstdint>
|
|
||||||
#include <istream>
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
--- a/.xbps-falco/userspace/libsinsp/sinsp_exception.h
|
|
||||||
+++ b/.xbps-falco/userspace/libsinsp/sinsp_exception.h
|
|
||||||
@@ -16,6 +16,7 @@
|
|
||||||
*/
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
+#include <cstdint>
|
|
||||||
#include <stdexcept>
|
|
||||||
#include <string>
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sysdig'
|
# Template file for 'sysdig'
|
||||||
pkgname=sysdig
|
pkgname=sysdig
|
||||||
version=0.33.1
|
version=0.33.1
|
||||||
revision=4
|
revision=5
|
||||||
_falcover=59fb313475b82f842e9e9bbc1e0e629428c0a4cf
|
_falcover=59fb313475b82f842e9e9bbc1e0e629428c0a4cf
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
|
configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
|
||||||
|
|
Loading…
Add table
Reference in a new issue