Skip to content

main/postgresql14: add missing static libs

Filip Gospodinov requested to merge toxeus/aports:master into master

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.

Merge request reports