Thread: [PATCH] Add an ldflags_sl meson build option

[PATCH] Add an ldflags_sl meson build option

From
"Matt Smith (matts3)"
Date:
Currently there doesn't seem to be a way to pass shared library-specific flags via a meson build option.

This patch allows the existing ldflags_sl to be set via a build option.

Patch created against the 17.4 release.
Attachment

Re: [PATCH] Add an ldflags_sl meson build option

From
Peter Eisentraut
Date:
On 16.06.25 06:10, Matt Smith (matts3) wrote:
> Currently there doesn't seem to be a way to pass shared library-specific 
> flags via a meson build option.
> 
> This patch allows the existing ldflags_sl to be set via a build option.

What uses do you have in mind for this?