pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/mysql56-client mysql56-client: Disable epoll...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9519d553107b
branches:  trunk
changeset: 334781:9519d553107b
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jun 05 09:35:18 2019 +0000

description:
mysql56-client: Disable epoll in bundled libevent too.

diffstat:

 databases/mysql56-client/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r abd1e8c71cb5 -r 9519d553107b databases/mysql56-client/Makefile.common
--- a/databases/mysql56-client/Makefile.common  Wed Jun 05 09:12:32 2019 +0000
+++ b/databases/mysql56-client/Makefile.common  Wed Jun 05 09:35:18 2019 +0000
@@ -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 @@
 # 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
 



Home | Main Index | Thread Index | Old Index