From 9e1b4293fa7a544ca5481de92ae4032c1e97d5f7 Mon Sep 17 00:00:00 2001 From: obache Date: Wed, 29 Sep 2010 10:50:12 +0000 Subject: tell location of openssl to configure script. a part of PR#43921. --- net/nagios-nrpe/options.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'net') 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 -- cgit v1.2.3