pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/bind914



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jan  8 10:18:53 UTC 2020

Modified Files:
        pkgsrc/net/bind914: Makefile

Log Message:
bind914: Explicitly disable epoll on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/bind914/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bind914/Makefile
diff -u pkgsrc/net/bind914/Makefile:1.15 pkgsrc/net/bind914/Makefile:1.16
--- pkgsrc/net/bind914/Makefile:1.15    Sat Jan  4 10:10:02 2020
+++ pkgsrc/net/bind914/Makefile Wed Jan  8 10:18:53 2020
@@ -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
 



Home | Main Index | Thread Index | Old Index