summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2019-06-05 09:35:18 +0000
committerjperkin <jperkin@pkgsrc.org>2019-06-05 09:35:18 +0000
commitae61df56f5c39298964b8e523cfb470ae267ad99 (patch)
tree1ecdf2e05c78a97a38d32553f8e8797f8434f971 /databases
parentb3555cfbaa998f5dbd14989e524656866d20c572 (diff)
downloadpkgsrc-ae61df56f5c39298964b8e523cfb470ae267ad99.tar.gz
mysql56-client: Disable epoll in bundled libevent too.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql56-client/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql56-client/Makefile.common b/databases/mysql56-client/Makefile.common
index 63d7523a42d..49936c0f44d 100644
--- a/databases/mysql56-client/Makefile.common
+++ b/databases/mysql56-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.50 2019/04/30 14:09:52 abs Exp $
+# $NetBSD: Makefile.common,v 1.51 2019/06/05 09:35:18 jperkin Exp $
#
# used by databases/mysql56-client/Makefile
# used by databases/mysql56-server/Makefile
@@ -92,6 +92,7 @@ CMAKE_ARGS.SunOS+= -DFORCE_UNSUPPORTED_COMPILER=YES
# and does not properly detect this, breaking the build later on. Also
# explicitly disable epoll support as it is Linux-specific.
CMAKE_ARGS.SunOS+= -DHAVE_SYS_EPOLL_H=NO
+CMAKE_ARGS.SunOS+= -DEVENT__HAVE_EPOLL=NO
CFLAGS.SunOS+= -DHAVE_CURSES_H
CXXFLAGS.SunOS+= -DHAVE_CURSES_H