pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/varnish Explicitly disable epoll on illumos, provi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/75c4e61cb113
branches: trunk
changeset: 650466:75c4e61cb113
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Apr 23 09:31:34 2015 +0000
description:
Explicitly disable epoll on illumos, provided for Linux compat only.
diffstat:
www/varnish/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 76e26e7dfa37 -r 75c4e61cb113 www/varnish/Makefile
--- a/www/varnish/Makefile Thu Apr 23 09:30:49 2015 +0000
+++ b/www/varnish/Makefile Thu Apr 23 09:31:34 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2015/03/09 00:47:05 mspo Exp $
+# $NetBSD: Makefile,v 1.25 2015/04/23 09:31:34 jperkin Exp $
#
DISTNAME= varnish-3.0.6
@@ -53,6 +53,8 @@
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
+# Explicitly disable epoll on illumos, provided for Linux compat only.
+CONFIGURE_ENV+= ac_cv_func_epoll_ctl=no
. if ${PKGSRC_COMPILER} == "sunpro"
CONFIGURE_ENV+= VCC_CC="cc ${_COMPILER_ABI_FLAG.${ABI}} -Kpic -G -o %o %s"
. else
Home |
Main Index |
Thread Index |
Old Index