meson: Add equivalent of configure --disable-rpath option

Started by Peter Eisentrautabout 3 years ago2 messageshackers
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

The configure option --disable-rpath currently has no equivalent in
meson. This option is used by packagers, so I think it would be good to
have it in meson as well. I came up with the attached patch.

Attachments:

0001-meson-Add-equivalent-of-configure-disable-rpath-opti.patchtext/plain; charset=UTF-8; name=0001-meson-Add-equivalent-of-configure-disable-rpath-opti.patchDownload+38-6
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Peter Eisentraut (#1)
Re: meson: Add equivalent of configure --disable-rpath option

On 22.02.23 13:56, Peter Eisentraut wrote:

The configure option --disable-rpath currently has no equivalent in
meson.  This option is used by packagers, so I think it would be good to
have it in meson as well.  I came up with the attached patch.

committed