summaryrefslogtreecommitdiff
path: root/net/nagios-nrpe/options.mk
diff options
context:
space:
mode:
authorobache <obache>2010-09-29 10:50:12 +0000
committerobache <obache>2010-09-29 10:50:12 +0000
commit6d19d962c0ae9df657b31b3d072995ac283aef8b (patch)
tree1a1c5634054567091364eb140ac79028366d1ddd /net/nagios-nrpe/options.mk
parent61a33c71f6a3b73b99fe34922def64d50406be9d (diff)
downloadpkgsrc-6d19d962c0ae9df657b31b3d072995ac283aef8b.tar.gz
tell location of openssl to configure script.
a part of PR#43921.
Diffstat (limited to 'net/nagios-nrpe/options.mk')
-rw-r--r--net/nagios-nrpe/options.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/nagios-nrpe/options.mk b/net/nagios-nrpe/options.mk
index 48fedfba212..889dac6ef69 100644
--- a/net/nagios-nrpe/options.mk
+++ b/net/nagios-nrpe/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2007/02/22 19:26:56 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2010/09/29 10:50:12 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nagios-nrpe
PKG_SUPPORTED_OPTIONS= ssl tcpwrappers
@@ -9,6 +9,9 @@ PKG_SUGGESTED_OPTIONS= tcpwrappers
.if !empty(PKG_OPTIONS:Mssl)
CONFIGURE_ARGS+= --enable-ssl
. include "../../security/openssl/buildlink3.mk"
+CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
+CONFIGURE_ARGS+= --with-ssl-lib=${SSLBASE}/lib
+CONFIGURE_ARGS+= --with-ssl-inc=${SSLBASE}/include
.else
CONFIGURE_ARGS+= --disable-ssl
.endif