summaryrefslogtreecommitdiff
path: root/security/qore-xmlsec-module/options.mk
blob: d16b5e674aadda97c6ced0a5c08488cb9b7218de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: options.mk,v 1.1 2014/12/30 16:03:28 wiz Exp $
#

PKG_OPTIONS_VAR=	PKG_OPTIONS.qore-xmlsec-module
PKG_SUPPORTED_OPTIONS=	debug
.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+=        --enable-debug
.else
CONFIGURE_ARGS+=        --disable-debug
.endif