[csw-devel] SF.net SVN: gar:[15889] csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Fri Oct 7 12:16:04 CEST 2011
Revision: 15889
http://gar.svn.sourceforge.net/gar/?rev=15889&view=rev
Author: wahwah
Date: 2011-10-07 10:16:04 +0000 (Fri, 07 Oct 2011)
Log Message:
-----------
pkg/mysql5/branches/mysql-5.5.x: removing gcc-incomaptible flags
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 2011-10-07 10:11:01 UTC (rev 15888)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile 2011-10-07 10:16:04 UTC (rev 15889)
@@ -144,10 +144,11 @@
# EXTRA_CXXFLAGS_sparc = -xO4 $(COMMON_CFLAGS)
# EXTRA_CXXFLAGS_i386 = -xO3 -nofstore -xregs=no%frameptr $(COMMON_CFLAGS)
# COMMON_CFLAGS = -mt -fsimple=1 -ftrap=%none -xbuiltin=%all -xlibmil -xlibmopt
-#
-EXTRA_CFLAGS = -mt -D_POSIX_C_SOURCE=199506L -D__EXTENSIONS__
-EXTRA_CXXFLAGS = -mt -D_POSIX_C_SOURCE=199506L -D__EXTENSIONS__
+# These flags don't work with GCC
+# EXTRA_CFLAGS = -mt -D_POSIX_C_SOURCE=199506L -D__EXTENSIONS__
+# EXTRA_CXXFLAGS = -mt -D_POSIX_C_SOURCE=199506L -D__EXTENSIONS__
+
MASTER_SITES = http://ftp.heanet.ie/mirrors/www.mysql.com/Downloads/MySQL-$(BASE_VERSION)/
DISTFILES = mysql-$(VERSION).tar.gz
DISTFILES += csw$(NAME).tpl
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