summaryrefslogtreecommitdiff
path: root/net/irrd/options.mk
blob: ad1735a2960bb538dfc6c5b46ae1a5da29c7eaf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: options.mk,v 1.2 2013/04/06 11:23:05 rodent Exp $

PKG_OPTIONS_VAR=        PKG_OPTIONS.irrd
PKG_SUPPORTED_OPTIONS=  pthreads
PKG_SUGGESTED_OPTIONS=	pthreads

.include "../../mk/bsd.options.mk"

# include support for pthreads
.if !empty(PKG_OPTIONS:Mpthreads)
CONFIGURE_ARGS+=        --enable-thread
PTHREAD_AUTO_VARS=	yes
.include "../../mk/pthread.buildlink3.mk"
.else
CONFIGURE_ARGS+=        --disable-thread
.endif