mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
testing/fluent-bit: upgrade to 1.7.0
This commit is contained in:
parent
fe65d52606
commit
11e2c8a46c
3 changed files with 26 additions and 11 deletions
|
@ -1,10 +1,10 @@
|
|||
--- a/lib/chunkio/src/CMakeLists.txt
|
||||
+++ b/lib/chunkio/src/CMakeLists.txt
|
||||
@@ -26,6 +26,7 @@
|
||||
if(CIO_LIB_STATIC)
|
||||
add_library(chunkio-static STATIC ${src})
|
||||
target_link_libraries(chunkio-static cio-crc32)
|
||||
+ target_link_libraries(chunkio-static fts)
|
||||
if(CIO_SANITIZE_ADDRESS)
|
||||
add_sanitizers(chunkio-static)
|
||||
endif()
|
||||
@@ -12,6 +12,7 @@
|
||||
)
|
||||
|
||||
set(libs cio-crc32)
|
||||
+set(libs ${libs} fts)
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
|
||||
set(src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue