PR/45696 -- add 'ssl' option (not turned on by default).
This commit is contained in:
parent
297a0d2392
commit
a1b517d976
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: options.mk,v 1.5 2011/08/17 20:23:11 shattered Exp $
|
||||
# $NetBSD: options.mk,v 1.6 2012/02/03 09:57:19 shattered Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.bacula-clientonly
|
||||
PKG_SUPPORTED_OPTIONS= bacula-static
|
||||
PKG_SUPPORTED_OPTIONS= bacula-static ssl
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
|
@ -16,3 +16,8 @@ PLIST_SUBST+= STATIC=
|
|||
.else
|
||||
PLIST_SUBST+= STATIC="@comment "
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mssl)
|
||||
. include "../../security/openssl/buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue