pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bind914 bind914: Explicitly disable epoll on SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e9366ee52216
branches: trunk
changeset: 347107:e9366ee52216
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Wed Jan 08 10:18:53 2020 +0000
description:
bind914: Explicitly disable epoll on SunOS.
diffstat:
net/bind914/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r d4d3bdcb0080 -r e9366ee52216 net/bind914/Makefile
--- a/net/bind914/Makefile Wed Jan 08 01:23:25 2020 +0000
+++ b/net/bind914/Makefile Wed Jan 08 10:18:53 2020 +0000
@@ -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+= --disable-atomic
.endif
CONFIGURE_ARGS.DragonFly+= --disable-kqueue
+CONFIGURE_ARGS.SunOS+= --disable-epoll
BUILDLINK_TRANSFORM.SunOS+= rm:-zrelax=transtls
Home |
Main Index |
Thread Index |
Old Index