Link pg_stat_statements with libm.
authorNoah Misch <noah@leadboat.com>
Thu, 9 Jul 2015 00:44:22 +0000 (20:44 -0400)
committerNoah Misch <noah@leadboat.com>
Thu, 9 Jul 2015 00:44:22 +0000 (20:44 -0400)
commit0689cfc34b09136b9daee9c60c85fbed21b62370
tree767ef0bea358b0f9a0ce908b3a95b392265c4199
parent1e700e0fa02b3fd8990d4eaa8bd51b9352cc9736
Link pg_stat_statements with libm.

The AIX 7.1 libm is static, and AIX postgres executables do not export
symbols acquired from libraries.  Back-patch to 9.5, where commit
cfe12763c32437bc708a64ce88a90c7544f16185 added a sqrt() call.
contrib/pg_stat_statements/Makefile