Skip to content

Commit 6593603

Browse files
build: disable cxx support for librdkafka #7741
Fluent-bit is c only, so no need to compile cxx. This fixes also a compile error in buildroot. Signed-off-by: Thomas Devoogdt <[email protected]>
1 parent 0417b70 commit 6593603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/kafka.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# kafka cmake
2+
FLB_OPTION(RDKAFKA_BUILD_CXX Off)
23
FLB_OPTION(RDKAFKA_BUILD_STATIC On)
34
FLB_OPTION(RDKAFKA_BUILD_EXAMPLES Off)
45
FLB_OPTION(RDKAFKA_BUILD_TESTS Off)

0 commit comments

Comments
 (0)