sysdig: rebuild for protobuf, grpc

This commit is contained in:
Andrew J. Hesford 2024-02-15 20:01:09 -05:00
parent 7ec6dbce18
commit 7d68aecc77
2 changed files with 23 additions and 2 deletions

View File

@ -0,0 +1,19 @@
--- 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>

View File

@ -18,12 +18,14 @@
if(NOT MUSL_OPTIMIZED_BUILD)
list(APPEND SINSP_LIBRARIES
@@ -301,7 +303,7 @@ else()
@@ -301,7 +303,9 @@ else()
endif()
endif() # NOT WIN32
-
+LIST(APPEND SINSP_LIBRARIES absl_log_internal_message absl_log_internal_nullguard)
+LIST(APPEND SINSP_LIBRARIES
+ absl_log_internal_message absl_log_internal_nullguard
+ absl_hash absl_synchronization absl_cord absl_cordz_info absl_cordz_functions)
target_link_libraries(sinsp ${SINSP_LIBRARIES})
if(APPLE)