From owner-cvs-all Mon Dec 17 14:50:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F12C37B417; Mon, 17 Dec 2001 14:50:46 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBHMokO35514; Mon, 17 Dec 2001 14:50:46 -0800 (PST) (envelope-from dirk) Message-Id: <200112172250.fBHMokO35514@freefall.freebsd.org> From: Dirk Froemberg Date: Mon, 17 Dec 2001 14:50:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/12/17 14:50:46 PST Modified files: databases/mysql323-server Makefile Log: - CXX=${CC} to get rid of libstdc++ in order to improve stability under heavy load - add BUILD_STATIC option to link mysqld statically - add BUILD_OPTIMIZED to add -mcpu=pentiumpro -O3 -fno-omit-frame-pointer to CFLAGS (and thus to CXXFLAGS) Submitted by: Sergei Golubchik Revision Changes Path 1.127 +11 -1 ports/databases/mysql323-server/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message