1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-24 06:01:07 +03:00

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

Discussion: https://www.postgresql.org/message-id/flat/33e957e6-4b4e-b0ed-1cc1-6335a24543ff%40enterprisedb.com
This commit is contained in:
Peter Eisentraut
2023-03-01 07:41:02 +01:00
parent 6da67a0c11
commit d2f44cc36e
4 changed files with 39 additions and 5 deletions

View File

@@ -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