mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#3732] Meson: Fix postgresql fallback
This commit is contained in:
@@ -20,7 +20,7 @@ if pg_config.found()
|
||||
pgsql_link_args = libs.stdout().split()
|
||||
pgsql_version = version.stdout().strip()
|
||||
|
||||
link_args = [pgsql_libdir] + pgsql_ldflags + pgsql_link_args
|
||||
link_args = [f'-L@pgsql_libdir@'] + pgsql_ldflags + pgsql_link_args
|
||||
if libpq.found()
|
||||
link_args += ['-lpq']
|
||||
endif
|
||||
|
Reference in New Issue
Block a user