mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +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:
@ -53,7 +53,7 @@ pgxs_kv = {
|
||||
'abs_top_srcdir': meson.source_root(),
|
||||
|
||||
'enable_thread_safety': 'yes',
|
||||
'enable_rpath': 'yes',
|
||||
'enable_rpath': get_option('rpath') ? 'yes' : 'no',
|
||||
'enable_nls': libintl.found() ? 'yes' : 'no',
|
||||
'enable_tap_tests': tap_tests_enabled ? 'yes' : 'no',
|
||||
'enable_debug': get_option('debug') ? 'yes' : 'no',
|
||||
|
Reference in New Issue
Block a user