meson: fix missing libm link on Fedora#557
Merged
Merged
Conversation
…tection Agent-Logs-Url: https://github.com/mm2/Little-CMS/sessions/3944c587-e6e0-4fa5-95f0-c815076ba51d Co-authored-by: mm2 <199618+mm2@users.noreply.github.com>
Agent-Logs-Url: https://github.com/mm2/Little-CMS/sessions/bc8ce1c5-0673-48b8-a084-e38505fd0adf Co-authored-by: mm2 <199618+mm2@users.noreply.github.com>
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.
liblcms2_depwas declared withoutdependencies: deps, som_dep(libm) andthreads_depwere not propagated to consumers. Static library builds and certain linker configurations (e.g.--as-neededon Fedora) would fail to link executables because-lmnever appeared in their link command.Changes
src/meson.build: adddependencies: depstodeclare_dependency()so libm and pthreads are transitively carried to all consumers ofliblcms2_dep