diff options
| author | Peter Eisentraut | 2023-03-01 06:41:02 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2023-03-01 07:05:42 +0000 |
| commit | d2f44cc36e60b5490e56fd2aa7d3381764a38d36 (patch) | |
| tree | d23cd2a9e644cb70fa69c2428ce2ca5a2d50d796 /meson_options.txt | |
| parent | 6da67a0c111a29e876b7172d081c7d152d23ea3d (diff) | |
meson: Add equivalent of configure --disable-rpath option
Discussion: https://www.postgresql.org/message-id/flat/33e957e6-4b4e-b0ed-1cc1-6335a24543ff%40enterprisedb.com
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 9d3ef4aa20..7d33c9f1d4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -67,6 +67,9 @@ option('extra_version', type : 'string', value: '', option('darwin_sysroot', type : 'string', value: '', description: 'select a non-default sysroot path') +option('rpath', type : 'boolean', value: true, + description: 'whether to embed shared library search path in executables') + # External dependencies |
