summaryrefslogtreecommitdiff
path: root/databases/qore-openldap-module/options.mk
blob: 9287e657821927fe4332aff9ded9d3f54e885238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: options.mk,v 1.2 2019/11/02 15:38:10 rillig Exp $
#

PKG_OPTIONS_VAR=	PKG_OPTIONS.qore-openldap-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