bind914: Explicitly disable epoll on SunOS.
This commit is contained in:
parent
25f9a7c6ad
commit
5eee97e926
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.15 2020/01/04 10:10:02 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2020/01/08 10:18:53 jperkin Exp $
|
||||
|
||||
DISTNAME= bind-${BIND_VERSION}
|
||||
PKGNAME= ${DISTNAME:S/-P/pl/}
|
||||
|
@ -37,6 +37,7 @@ CONFIGURE_ARGS+= --with-python=no
|
|||
CONFIGURE_ARGS+= --disable-atomic
|
||||
.endif
|
||||
CONFIGURE_ARGS.DragonFly+= --disable-kqueue
|
||||
CONFIGURE_ARGS.SunOS+= --disable-epoll
|
||||
|
||||
BUILDLINK_TRANSFORM.SunOS+= rm:-zrelax=transtls
|
||||
|
||||
|
|
Loading…
Reference in a new issue