[csw-devel] SF.net SVN: gar:[21122] csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Thu May 16 18:34:44 CEST 2013
Revision: 21122
http://gar.svn.sourceforge.net/gar/?rev=21122&view=rev
Author: lblume
Date: 2013-05-16 16:34:44 +0000 (Thu, 16 May 2013)
Log Message:
-----------
mysql5/branches/mysql-5.5.x: No dtrace on Solaris 9
Modified Paths:
--------------
csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
Modified: csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile 2013-05-16 16:08:12 UTC (rev 21121)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile 2013-05-16 16:34:44 UTC (rev 21122)
@@ -229,7 +229,6 @@
# The line below come from the official MySQL build configuration
CMAKE_ARGS += "-DENABLED_PROFILING:BOOL=ON"
CMAKE_ARGS += "-DENABLE_DEBUG_SYNC:BOOL=ON"
-CMAKE_ARGS += "-DENABLE_DTRACE:BOOL=ON"
CMAKE_ARGS += "-DENABLE_GCOV:BOOL=OFF"
CMAKE_ARGS += "-DWITH_ARCHIVE_STORAGE_ENGINE:BOOL=ON"
CMAKE_ARGS += "-DWITH_BLACKHOLE_STORAGE_ENGINE:BOOL=ON"
@@ -246,6 +245,9 @@
CMAKE_ARGS += "-DWITH_READLINE:BOOL=ON"
CMAKE_ARGS += "-DWITH_UNIT_TESTS:BOOL=ON"
CMAKE_ARGS += "-DWITH_VALGRIND:BOOL=OFF"
+ifneq ($(shell /usr/bin/uname -r),5.9)
+CMAKE_ARGS += "-DENABLE_DTRACE:BOOL=ON"
+endif
USERGROUP = /etc/opt/csw/pkg/CSW$(NAME)/cswusergroup
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list