[csw-devel] SF.net SVN: gar:[18459] csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Jun 19 14:46:34 CEST 2012
Revision: 18459
http://gar.svn.sourceforge.net/gar/?rev=18459&view=rev
Author: wahwah
Date: 2012-06-19 12:46:34 +0000 (Tue, 19 Jun 2012)
Log Message:
-----------
mysql5/branches/mysql-5.5.x: removing _POSIX_C_SOURCE redef
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-19 12:42:58 UTC (rev 18458)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile 2012-06-19 12:46:34 UTC (rev 18459)
@@ -21,8 +21,6 @@
# Useful when making a series of builds on the same day
# GARFLAVOR ?= DBG
-PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
-
# There is some assembler code, which doesn't work on sparcv8, and I don't see
# an easy way to switch it off.
ISA_DEFAULT_sparc-5.9 = sparcv8plus
@@ -36,11 +34,8 @@
(Structured Query Language) database server.
endef
-# There are problems with the build using Sun Studio.
-# GARCOMPILER = SOS12
-EXTRA_CFLAGS += -mt -D_POSIX_C_SOURCE=199506L -D__EXTENSIONS__
-EXTRA_CXXFLAGS += -mt -D_POSIX_C_SOURCE=199506L -D__EXTENSIONS__
-# GARCOMPILER = GNU
+EXTRA_CFLAGS += -mt -D__EXTENSIONS__
+EXTRA_CXXFLAGS += -mt -D__EXTENSIONS__
INITSMF = $(sysconfdir)/init\.d/csw$(NAME)
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