aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-08-19 11:57:38 -0400
committerRobert Haas <rhaas@postgresql.org>2011-08-19 12:00:45 -0400
commit10c378f2350a8321ea76fc02d821a9e7707c7563 (patch)
treefb31b324bcffcb39a49f39073e1b055921c975a9 /src
parenta64bdf5f657f4dd58f1b2df7b69f890d84952597 (diff)
downloadpostgresql-10c378f2350a8321ea76fc02d821a9e7707c7563.tar.gz
postgresql-10c378f2350a8321ea76fc02d821a9e7707c7563.zip
Fix contrib/sepgsql and contrib/xml2 to always link required libraries.
contrib/xml2 can get by without libxslt; the relevant features just won't work. But if doesn't have libxml2, or if sepgsql doesn't have libselinux, the link succeeds but the module then fails to work at load time. To avoid that, link the require libraries unconditionally, so that it will be clear at link-time that there is a problem. Per discussion with Tom Lane and KaiGai Kohei.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions