From 4422c35a758ede4eafe9a2054e6e79952410210e Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sun, 7 Jan 2001 14:51:48 +0000 Subject: Add "-felide-constructors -fno-exceptions -fno-rtti" to CXXFLAGS to work around a problem causing mysqld to crash under heavy load and multiple connections at the same time. PORTREVISION bumped. --- databases/mysql54-server/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'databases/mysql54-server') diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile index b952e987c71c..3eacfb2ad9e6 100644 --- a/databases/mysql54-server/Makefile +++ b/databases/mysql54-server/Makefile @@ -7,6 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 3.23.30 +PORTREVISION?= 1 CATEGORIES= databases MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \ http://www.mysql.net/Downloads/MySQL-3.23/ \ @@ -37,6 +38,9 @@ CONFIGURE_ENV+= PERL=${PERL} \ PERL5=${PERL} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ CONFIGURE_ARGS="${CONFIGURE_ARGS}" +# without including these flags mysqld may crash under heavy load +# and multiple connections at the same time +CXXFLAGS= ${CFLAGS} -felide-constructors -fno-exceptions -fno-rtti # MySQL-Server part .if !defined(CLIENT_ONLY) -- cgit v1.2.3