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

2023-02-28 Thread Peter Eisentraut
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

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

2023-02-22 Thread Peter Eisentraut
Date: Wed, 22 Feb 2023 13:54:23 +0100 Subject: [PATCH] meson: Add equivalent of configure --disable-rpath option --- doc/src/sgml/installation.sgml | 22 +- meson.build| 16 +--- meson_options.txt | 3 +++ src/makefiles/meson.build