aea790392a
abseil and other google tools are now subject to
"Google's Foundational C++ Support Policy" [0][1]. This currently mandates
gcc 7.3.1 and C++14 as minimum versions.
Since we don't have guards for patch versions of gcc 7 use gcc 8 as minimum.
[0] https://github.com/abseil/abseil-cpp/releases/tag/20230125.0
[1] b842c39db8/foundational-cxx-support-matrix.md
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
config BR2_PACKAGE_FALCOSECURITY_LIBS
|
|
bool
|
|
depends on BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS # grpc
|
|
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS # protobuf
|
|
depends on BR2_LINUX_KERNEL
|
|
depends on BR2_INSTALL_LIBSTDCPP # jsoncpp, protobuf, tbb
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_8 # grpc -> libabseil-cpp
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # jq, protobuf, tbb
|
|
depends on !BR2_STATIC_LIBS # protobuf, tbb
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC # grpc
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC # tbb
|
|
depends on BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_1
|
|
select BR2_PACKAGE_C_ARES
|
|
select BR2_PACKAGE_ELFUTILS
|
|
select BR2_PACKAGE_GRPC
|
|
select BR2_PACKAGE_GTEST
|
|
select BR2_PACKAGE_HOST_GRPC
|
|
select BR2_PACKAGE_HOST_PROTOBUF
|
|
select BR2_PACKAGE_JQ
|
|
select BR2_PACKAGE_JSONCPP
|
|
select BR2_PACKAGE_LIBB64
|
|
select BR2_PACKAGE_LIBCURL
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_PROTOBUF
|
|
select BR2_PACKAGE_TBB
|
|
select BR2_PACKAGE_VALIJSON
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
falcosecurity/libs provides libsinsp, libscap, the kernel
|
|
module driver and the eBPF driver sources.
|
|
|
|
https://github.com/falcosecurity/libs
|