pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mysql56-client



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jun  5 09:35:18 UTC 2019

Modified Files:
        pkgsrc/databases/mysql56-client: Makefile.common

Log Message:
mysql56-client: Disable epoll in bundled libevent too.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/databases/mysql56-client/Makefile.common

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

Modified files:

Index: pkgsrc/databases/mysql56-client/Makefile.common
diff -u pkgsrc/databases/mysql56-client/Makefile.common:1.50 pkgsrc/databases/mysql56-client/Makefile.common:1.51
--- pkgsrc/databases/mysql56-client/Makefile.common:1.50        Tue Apr 30 14:09:52 2019
+++ pkgsrc/databases/mysql56-client/Makefile.common     Wed Jun  5 09:35:18 2019
@@ -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_C
 # 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