summaryrefslogtreecommitdiff
path: root/net/nagios-plugin-ldap
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-11-08 03:20:48 +0000
committertaca <taca@pkgsrc.org>2017-11-08 03:20:48 +0000
commitf981d3a4b0748e09a11d0f38087d6159b886edd3 (patch)
tree120dc1b653a45ab448efe1fbf6d60a920fbbbacd /net/nagios-plugin-ldap
parent1a20bf9fe0ca5a183f199f5497f4bdfc7fee07c9 (diff)
downloadpkgsrc-f981d3a4b0748e09a11d0f38087d6159b886edd3.tar.gz
net/nagios-plugin-ldap: fix build problem
Fix build problem of nagios-plugin-ldap using --with-ldap option of configure. This is minimum change to build fix for nagios-plugin-ldap.
Diffstat (limited to 'net/nagios-plugin-ldap')
-rw-r--r--net/nagios-plugin-ldap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/nagios-plugin-ldap/Makefile b/net/nagios-plugin-ldap/Makefile
index 66687f145f3..cd7b05a13a4 100644
--- a/net/nagios-plugin-ldap/Makefile
+++ b/net/nagios-plugin-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/07/04 19:48:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2017/11/08 03:20:49 taca Exp $
#
PKGNAME= nagios-plugin-ldap-${PLUGINSVERSION}
@@ -14,6 +14,8 @@ DEPENDS+= nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins
BINARY_TARGET= check_ldap
+CONFIGURE_ARGS+= --with-ldap=yes
+
.include "../../net/nagios-plugins/Makefile.plugin"
.include "../../databases/openldap-client/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"