pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dovecot2 Explicitly disable inotify on illumos, i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e3cabd44ed0e
branches: trunk
changeset: 650463:e3cabd44ed0e
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Apr 23 09:27:31 2015 +0000
description:
Explicitly disable inotify on illumos, it is provided for Linux compat only.
diffstat:
mail/dovecot2/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r f96396e830d5 -r e3cabd44ed0e mail/dovecot2/Makefile
--- a/mail/dovecot2/Makefile Thu Apr 23 09:25:50 2015 +0000
+++ b/mail/dovecot2/Makefile Thu Apr 23 09:27:31 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2015/04/06 08:17:31 adam Exp $
+# $NetBSD: Makefile,v 1.74 2015/04/23 09:27:31 jperkin Exp $
#
# when updating to a new release, update ABI depends in
# the buildlink3.mk file as well, since the plugins' version
@@ -21,6 +21,11 @@
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-ssldir=${SSLDIR}
+OPSYSVARS+= CONFIGURE_ENV
+
+# Explicitly disable inotify on illumos, it is provided for Linux compat only.
+CONFIGURE_ENV.SunOS+= ac_cv_func_inotify_init=no
+
.include "../../mk/bsd.prefs.mk"
RCD_SCRIPTS= dovecot
Home |
Main Index |
Thread Index |
Old Index