diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2007-01-25 14:39:03 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2007-01-25 14:39:03 +0000 |
commit | 52c2dea775e265a7c703ddf6cf26ade1eebb3256 (patch) | |
tree | 0373ffc876799d2c4dbc9128aea7466eb612e23c /security/libpreludedb | |
parent | db97ff69c1d68d85c6fb5e0978164e3832324f09 (diff) | |
download | pkgsrc-52c2dea775e265a7c703ddf6cf26ade1eebb3256.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/libpreludedb')
-rw-r--r-- | security/libpreludedb/Makefile | 4 |
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 |