7aa763c0e9
packaged for wip by nros. The Qore openldap module makes it possible for Qore programs to communicate with LDAP servers.
12 lines
299 B
Makefile
12 lines
299 B
Makefile
# $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
|