[csw-devel] SF.net SVN: gar:[18507] csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Jun 22 22:47:01 CEST 2012


Revision: 18507
          http://gar.svn.sourceforge.net/gar/?rev=18507&view=rev
Author:   wahwah
Date:     2012-06-22 20:47:01 +0000 (Fri, 22 Jun 2012)
Log Message:
-----------
mysql5/branches/mysql-5.5.x: disable 64-bit for Solaris 9 x86

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	2012-06-22 14:25:34 UTC (rev 18506)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile	2012-06-22 20:47:01 UTC (rev 18507)
@@ -141,10 +141,13 @@
 EXTRA_MERGE_EXCLUDE_FILES += $(prefix)/sql-bench.*
 EXTRA_MERGE_EXCLUDE_FILES += $(datadir)/mysql-test.*
 
+# Enable 64 bits, but not for Solaris 9 x86
+BUILD64_5.9_sparc = 1
+BUILD64_5.10_sparc = 1
+BUILD64_5.9_i386 =
+BUILD64_5.10_i386 = 1
+BUILD64 = $(BUILD64_$(GAROSREL)_$(GARCH))
 
-# Enable 64 bits build
-BUILD64 = 1
-
 MASTER_SITES  = http://ftp.heanet.ie/mirrors/www.mysql.com/Downloads/MySQL-$(BASE_VERSION)/
 MASTER_SITES += http://mysql.skynet.be/Downloads/MySQL-$(BASE_VERSION)/
 DISTFILES  = mysql-$(VERSION).tar.gz

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