Revision: 26090
http://sourceforge.net/p/gar/code/26090
Author: lblume
Date: 2017-01-26 14:30:59 +0000 (Thu, 26 Jan 2017)
Log Message:
-----------
mysql5/branches/mysql-5.6.x: GCC is not supported anymore to build on Solaris
Modified Paths:
--------------
csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile
Modified: csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile 2017-01-26 13:39:31 UTC
(rev 26089)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile 2017-01-26 14:30:59 UTC
(rev 26090)
@@ -244,6 +244,9 @@
CMAKE_ARGS += "-DWITH_VALGRIND:BOOL=OFF"
CMAKE_ARGS += "-DENABLE_DTRACE:BOOL=ON"
+# Needed from 5.6.35
+CMAKE_ARGS += "-DFORCE_UNSUPPORTED_COMPILER:BOOL=ON"
+
USERGROUP = $(sysconfdir)/pkg/CSW$(NAME)/cswusergroup
PROTOTYPE_MODIFIERS = dbdir
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.