Blind attempt to fix ODR violations
authorJohn Naylor <john.naylor@postgresql.org>
Thu, 7 Mar 2024 09:59:25 +0000 (16:59 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Thu, 7 Mar 2024 10:01:07 +0000 (17:01 +0700)
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

src/test/modules/test_radixtree/meson.build

index 8315b59d9e134191b26dd5790ace74014d5c14c2..4a541a78ca48b017d6295f7c4686e039dbcd2c01 100644 (file)
@@ -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