[csw-devel] SF.net SVN: gar:[21295] csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Fri Jun 7 11:18:34 CEST 2013
Revision: 21295
http://gar.svn.sourceforge.net/gar/?rev=21295&view=rev
Author: lblume
Date: 2013-06-07 09:18:31 +0000 (Fri, 07 Jun 2013)
Log Message:
-----------
mysql5/branches/mysql-5.5.x: Bump to 5.5.32
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-06-07 07:56:54 UTC (rev 21294)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile 2013-06-07 09:18:31 UTC (rev 21295)
@@ -10,11 +10,11 @@
# http://forge.mysql.com/wiki/Autotools_to_CMake_Transition_Guide
-PROJ_NAME = mysql
-NAME = $(PROJ_NAME)5
+PROJ_NAME = mysql
+NAME = $(PROJ_NAME)5
BASE_VERSION = 5.5
-PATCHLEVEL = 31
-ALTS_PRIO = 55
+PATCHLEVEL = 32
+ALTS_PRIO = 55
VERSION = $(BASE_VERSION).$(PATCHLEVEL)
# Useful when making a series of builds on the same day
@@ -23,7 +23,8 @@
PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386
PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
-#Use newest Sun Stuido on Solaris10 to solve problems on Solaris10 x86 64bit build:
+# Use newest Sun Studio on Solaris10 to solve problems on Solaris10 x86
+# 64bit build:
ifneq ($(shell /usr/bin/uname -r),5.9)
GARCOMPILER = SOS12U3
endif
@@ -229,6 +230,7 @@
# 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"
@@ -245,9 +247,6 @@
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