diff options
author | John Naylor <john.naylor@postgresql.org> | 2024-03-07 16:59:25 +0700 |
---|---|---|
committer | John Naylor <john.naylor@postgresql.org> | 2024-03-07 17:01:07 +0700 |
commit | 1f1d73a8b83fb6de929af36eb9d3cd590875daf5 (patch) | |
tree | ed2312b0543d0a66eb16a4cf4d49c72960c2c523 /src | |
parent | 29ef1dd19b4f3eb54569b2eece4a8a65034a2216 (diff) | |
download | postgresql-1f1d73a8b83fb6de929af36eb9d3cd590875daf5.tar.gz postgresql-1f1d73a8b83fb6de929af36eb9d3cd590875daf5.zip |
Blind attempt to fix ODR violations
Remove apparently useless "link_with" directive. Even if this isn't the
root cause, it makes the .build file more like the other test modules.
Reviewed by Masahiko Sawada
Follow-up to ee1b30f12, per buildfarm members olingo and grassquit.
Discussion: https://postgr.es/m/CANWCAZaJAaO8MimTU%2BY-DZutM6HQLQu%3DK2HyoQULdB3v_6BSCg%40mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r-- | src/test/modules/test_radixtree/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/modules/test_radixtree/meson.build b/src/test/modules/test_radixtree/meson.build index 8315b59d9e1..4a541a78ca4 100644 --- a/src/test/modules/test_radixtree/meson.build +++ b/src/test/modules/test_radixtree/meson.build @@ -12,7 +12,6 @@ endif test_radixtree = shared_module('test_radixtree', test_radixtree_sources, - link_with: pgport_srv, kwargs: pg_test_mod_args, ) test_install_libs += test_radixtree |