|
@@ -63,6 +63,11 @@ else
|
|
FLUENT_BIT_CONF_OPTS += -DFLB_LUAJIT=No
|
|
FLUENT_BIT_CONF_OPTS += -DFLB_LUAJIT=No
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+# Force bundled miniz to be linked statically.
|
|
|
|
+# https://github.com/fluent/fluent-bit/issues/6711
|
|
|
|
+FLUENT_BIT_CONF_OPTS += \
|
|
|
|
+ -DBUILD_SHARED_LIBS=OFF
|
|
|
|
+
|
|
# Move the config files from /usr/etc/ to /etc/.
|
|
# Move the config files from /usr/etc/ to /etc/.
|
|
# https://github.com/fluent/fluent-bit/issues/6619
|
|
# https://github.com/fluent/fluent-bit/issues/6619
|
|
FLUENT_BIT_CONF_OPTS += \
|
|
FLUENT_BIT_CONF_OPTS += \
|