sysdig: fix build on musl

This commit is contained in:
Daniel Martinez 2024-02-21 10:55:20 -05:00 committed by Leah Neukirchen
parent 01204ea327
commit bfe9e34b27
2 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,24 @@
diff --git a/.xbps-falco/userspace/libsinsp/procfs_utils.h b/.xbps-falco/userspace/libsinsp/procfs_utils.h
index f2f55e9df..bf51cd94e 100644
--- a/.xbps-falco/userspace/libsinsp/procfs_utils.h
+++ b/.xbps-falco/userspace/libsinsp/procfs_utils.h
@@ -2,6 +2,7 @@
#include <istream>
#include <string>
+#include <cstdint>
namespace libsinsp {
namespace procfs_utils {
diff --git a/.xbps-falco/userspace/libsinsp/scap_open_exception.h b/.xbps-falco/userspace/libsinsp/scap_open_exception.h
index 8c86687a6..3401c221f 100644
--- a/.xbps-falco/userspace/libsinsp/scap_open_exception.h
+++ b/.xbps-falco/userspace/libsinsp/scap_open_exception.h
@@ -17,6 +17,7 @@ limitations under the License.
*/
#pragma once
+#include <cstdint>
#include "sinsp_exception.h"
/*!

View file

@ -1,7 +1,7 @@
# Template file for 'sysdig'
pkgname=sysdig
version=0.33.1
revision=3
revision=4
_falcover=59fb313475b82f842e9e9bbc1e0e629428c0a4cf
build_style=cmake
configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF