mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
sysdig: fix build on musl
This commit is contained in:
parent
01204ea327
commit
bfe9e34b27
2 changed files with 25 additions and 1 deletions
24
srcpkgs/sysdig/patches/falcosecurity-libs-stdint.patch
Normal file
24
srcpkgs/sysdig/patches/falcosecurity-libs-stdint.patch
Normal 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"
|
||||
|
||||
/*!
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue