lib: miniz: only require a C compiler - #10315
Merged
edsiper merged 1 commit intoMay 29, 2025
Merged
Conversation
ThomasDevoogdt
requested review from
edsiper,
fujimotos,
koleini and
leonardo-albertovich
as code owners
May 8, 2025 17:47
Commit richgel999/miniz@05ab4dc "Add some catch2 tests" dropped that C flag, but should instead only have added a simple enable_language call for the tests only. Upstream: richgel999/miniz@383e551 Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
ThomasDevoogdt
force-pushed
the
bugfix/lib-miniz-only-require-a-c-compiler
branch
from
May 8, 2025 20:40
3eeea12 to
945ce04
Compare
cosmo0920
approved these changes
May 9, 2025
This was referenced May 16, 2025
arnout
pushed a commit
to buildroot/buildroot
that referenced
this pull request
Jun 6, 2025
News: - https://fluentbit.io/announcements/v4.0.3/ Other remarks: - Dropped 0003-lib-miniz-only-require-a-C-compiler.patch as it is upstream. [1] - Added msgpack-c as a system dependency since this has been added to buildroot. - Added sqlite as system dependency as it can't really be disabled otherwise due to an upstream compile bug. [2] - Sorted the config entries while at it. [1] fluent/fluent-bit#10315 [2] fluent/fluent-bit#9757 Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit richgel999/miniz@05ab4dc "Add some catch2 tests" dropped that C flag, but should instead only have added a simple enable_language call for the tests only.
Upstream: richgel999/miniz@383e551