sysdig: rebuild for protobuf, grpc
This commit is contained in:
parent
7ec6dbce18
commit
7d68aecc77
|
@ -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>
|
||||
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue