summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2007-01-25 14:39:03 +0000
committershannonjr <shannonjr@pkgsrc.org>2007-01-25 14:39:03 +0000
commit548195851f854984518830d721280eab796a3e1d (patch)
tree0373ffc876799d2c4dbc9128aea7466eb612e23c /security
parent561ceda2d226ab3b8d3daff9df16b650b85b5598 (diff)
downloadpkgsrc-548195851f854984518830d721280eab796a3e1d.tar.gz
Re: pkg/35480: security/libpreludedb fails to compile (NetBSD 3.0)
Package was incorectly auto detecting postgres and attempting to compile postgres plugin. Force package to skip compilation of postgres plugin.
Diffstat (limited to 'security')
-rw-r--r--security/libpreludedb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile
index 0e08ea214b9..3ee785f82f9 100644
--- a/security/libpreludedb/Makefile
+++ b/security/libpreludedb/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2006/10/11 14:48:51 shannonjr Exp $
+# $NetBSD: Makefile,v 1.14 2007/01/25 14:39:03 shannonjr Exp $
#
DISTNAME= libpreludedb-0.9.10
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
@@ -21,6 +22,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --enable-python
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
+CONFIGURE_ARGS+= --with-pgsql=no
LDFLAGS+= ${BUILDLINK_LDFLAGS.mysql-client}
PYBINMODULE= yes
PY_PATCHPLIST= yes