2019-11-02 16:37:59 +01:00
|
|
|
# $NetBSD: options.mk,v 1.2 2019/11/02 15:38:10 rillig Exp $
|
2014-12-30 16:42:24 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.qore-mysql-module
|
|
|
|
PKG_SUPPORTED_OPTIONS= debug
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mdebug)
|
2019-11-02 16:37:59 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-debug
|
2014-12-30 16:42:24 +01:00
|
|
|
.else
|
2019-11-02 16:37:59 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-debug
|
2014-12-30 16:42:24 +01:00
|
|
|
.endif
|