mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-15 15:32:04 +00:00
Fix alpine build
Signed-off-by: Denis Romanenko <denis.romanenko@flant.com>
This commit is contained in:
parent
7a349a3e87
commit
359c58e267
@ -181,6 +181,10 @@ else()
|
|||||||
sh
|
sh
|
||||||
-c
|
-c
|
||||||
"sed -i '20s/^/#include <cstdint>/' ${GRPC_SRC}/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h"
|
"sed -i '20s/^/#include <cstdint>/' ${GRPC_SRC}/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h"
|
||||||
|
&&
|
||||||
|
sh
|
||||||
|
-c
|
||||||
|
"sed -i 's|off64_t|off_t|g' ${GRPC_SRC}/third_party/abseil-cpp/absl/base/internal/direct_mmap.h"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Zig workaround: Add a PATCH_COMMAND to grpc cmake to fixup emitted -march by abseil-cpp
|
# Zig workaround: Add a PATCH_COMMAND to grpc cmake to fixup emitted -march by abseil-cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user