summaryrefslogtreecommitdiffstats
path: root/output/pgsql
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2013-03-20 14:54:36 +0400
committerEric Leblond <eric@regit.org>2013-04-20 11:36:45 +0200
commit51ba7aec8951ee86b6872e751837fa884361945b (patch)
tree4716e73a3c2aa356d5743b7073144398f88e0b21 /output/pgsql
parent5c15e091501a6099c51206020a88465e69559729 (diff)
Fix automagic support of dbi, pcap and sqlite3
ulogd has automagic deps for several output plugins right now, namely dbi, pcap and sqlite3. These plugins are built if the appropriate libs are present on user's system. While this situation is fine with binary distros it is not OK on source-based ones such as Gentoo. The problem arises when such a program links against libs without user's request and libs are later removed from system which leaves program in a broken state. This patch is modifying configure.ac which we apply in our package and which fixes mentioned issue. It adds 3 new configure options: -- without-{dbi,pcap.sqlite}. I would like to emphasize that this patch doesn't change default behaviour of configure script at all, so all other distros won't suffer. We simply add options to explicitly disable any attempts to try and detect libs for automagic deps, which is enough to avoid unnecessary linkage.
Diffstat (limited to 'output/pgsql')
0 files changed, 0 insertions, 0 deletions