main/postgresql14: add missing static libs
In Postgres 12 the static library has been split. In addition
to libpq.a
, libpgcommon.a
and libpgport.a
are required.
This can also be inferred from the libpq.pc
file's content.
In Postgres 12 the static library has been split. In addition
to libpq.a
, libpgcommon.a
and libpgport.a
are required.
This can also be inferred from the libpq.pc
file's content.