Draft: contrib: prefer static linking of libraries found by Meson
1 unresolved thread
1 unresolved thread
For all libraries we build in contribs we want the static library version so our binaries can be distributed.
The --prefer-static
option tries to use system libraries as static
libraries when both variants are possible [1]. We don't want to have to
distribute the dynamic libraries it may find during contrib builds.
Merge request reports
Activity
Filter activity
changed milestone to %4.0
added Component::Build system: Contribs label
added 1 commit
- 55900f76 - contrib: prefer static linking of libraries found by Meson
added MRStatus::NotCompliant label
That's not true. Contribs work on Linux and they are used.
In fact the current contribs were literally created for Linux (which previous contribs didn't realmy work for).
Edited by Rémi Denis-Courmont
added Component::Build system: Meson label