[Midnightbsd-cvs] mports [24474] trunk/databases/mysql57-client/Makefile: turn off dtrace
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Oct 14 23:55:20 EDT 2018
Revision: 24474
http://svnweb.midnightbsd.org/mports/?rev=24474
Author: laffer1
Date: 2018-10-14 23:55:15 -0400 (Sun, 14 Oct 2018)
Log Message:
-----------
turn off dtrace
Modified Paths:
--------------
trunk/databases/mysql57-client/Makefile
Modified: trunk/databases/mysql57-client/Makefile
===================================================================
--- trunk/databases/mysql57-client/Makefile 2018-10-15 03:53:38 UTC (rev 24473)
+++ trunk/databases/mysql57-client/Makefile 2018-10-15 03:55:15 UTC (rev 24474)
@@ -23,7 +23,8 @@
percona[0-9][0-9]-client-*
CMAKE_ARGS+= -DWITHOUT_SERVER=1 \
- -DWITH_NDBCLUSTER=1
+ -DWITH_NDBCLUSTER=1 \
+ -DENABLE_DTRACE:BOOL=OFF
USE_LDCONFIG+= ${PREFIX}/lib/mysql
More information about the Midnightbsd-cvs
mailing list