summaryrefslogtreecommitdiff
path: root/databases/qore-openldap-module/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'databases/qore-openldap-module/options.mk')
-rw-r--r--databases/qore-openldap-module/options.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/qore-openldap-module/options.mk b/databases/qore-openldap-module/options.mk
new file mode 100644
index 00000000000..34aa2f1bac7
--- /dev/null
+++ b/databases/qore-openldap-module/options.mk
@@ -0,0 +1,12 @@
+# $NetBSD: options.mk,v 1.1 2014/12/30 15:43:31 wiz 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