[csw-devel] SF.net SVN: gar:[4804] csw/mgar/pkg/mysql5/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon May 11 02:56:47 CEST 2009
Revision: 4804
http://gar.svn.sourceforge.net/gar/?rev=4804&view=rev
Author: bdwalton
Date: 2009-05-11 00:56:47 +0000 (Mon, 11 May 2009)
Log Message:
-----------
- Switch to sun compiler after determining correct flags.
- Enable 64-bit build.
- all tests pass in 32-bit. 64-bit still has issues.
Modified Paths:
--------------
csw/mgar/pkg/mysql5/trunk/Makefile
Modified: csw/mgar/pkg/mysql5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/trunk/Makefile 2009-05-11 00:42:19 UTC (rev 4803)
+++ csw/mgar/pkg/mysql5/trunk/Makefile 2009-05-11 00:56:47 UTC (rev 4804)
@@ -2,8 +2,6 @@
GARVERSION = 5.1.33
CATEGORIES = server
-GARCOMPILER = GCC4
-
DISTNAME = mysql-$(GARVERSION)
DESCRIPTION = Multithreaded SQL database
@@ -34,6 +32,9 @@
# because we alter the prefix. this gets us proper linking as well as
# LD_OPTIONS (RPATH)
EXTRA_LIB = /opt/csw/lib
+EXTRA_INC = /opt/csw/include
+EXTRA_CFLAGS = -mt -D_POSIX_C_SOURCE=199506L -D__EXTENSIONS__
+EXTRA_CXXFLAGS = -mt -D_POSIX_C_SOURCE=199506L -D__EXTENSIONS__
# Set ./configure options
CONFIGURE_ARGS = $(DIRPATHS)
@@ -48,7 +49,9 @@
CONFIGURE_ARGS += --with-ssl=/opt/csw
CONFIGURE_ARGS += --with-plugins=max-no-ndb
+#TEST_ARGS = test-force
+
# Enable 64 bits build
-# BUILD64 = 1
+BUILD64 = 1
include gar/category.mk
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