postgresql/contrib/sepgsql
Robert Haas 10c378f235 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.
2011-08-19 12:00:45 -04:00
..
expected Add missing check on invocation of trusted procedures. 2011-04-04 13:25:42 -04:00
sql Add missing check on invocation of trusted procedures. 2011-04-04 13:25:42 -04:00
.gitignore Minor sepgsql regression test fixes. 2011-02-02 23:46:51 -05:00
chkselinuxenv Allow sepgsql regression tests to be run from a user homedir. 2011-08-19 11:53:14 -04:00
dml.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
hooks.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
label.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
launcher Various sepgsql corrections. 2011-02-02 23:39:43 -05:00
Makefile Fix contrib/sepgsql and contrib/xml2 to always link required libraries. 2011-08-19 12:00:45 -04:00
proc.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
relation.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
schema.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
selinux.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
sepgsql-regtest.te Allow sepgsql regression tests to be run from a user homedir. 2011-08-19 11:53:14 -04:00
sepgsql.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
sepgsql.sql.in sepgsql, an SE-Linux integration for PostgreSQL 2011-01-23 20:48:27 -05:00