[csw-devel] SF.net SVN: gar:[7214] csw/mgar/pkg/mysql5/branches/mysql-5.1.x/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Nov 11 09:44:48 CET 2009


Revision: 7214
          http://gar.svn.sourceforge.net/gar/?rev=7214&view=rev
Author:   wahwah
Date:     2009-11-11 08:44:48 +0000 (Wed, 11 Nov 2009)

Log Message:
-----------
mysql-5.1.x: Building a debugging version by default.

Modified Paths:
--------------
    csw/mgar/pkg/mysql5/branches/mysql-5.1.x/Makefile

Modified: csw/mgar/pkg/mysql5/branches/mysql-5.1.x/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.1.x/Makefile	2009-11-10 17:27:10 UTC (rev 7213)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.1.x/Makefile	2009-11-11 08:44:48 UTC (rev 7214)
@@ -14,6 +14,8 @@
   (Structured Query Language) database server.
 endef
 
+GARFLAVOR = DBG
+
 # Change prefix to /opt/csw/mysql5
 prefix = /opt/csw/mysql5
 sysconfdir = /etc/opt/csw/mysql5
@@ -135,6 +137,9 @@
 CONFIGURE_ARGS += --with-zlib-dir=/opt/csw
 CONFIGURE_ARGS += --with-ssl=/opt/csw
 CONFIGURE_ARGS += --with-plugins=max-no-ndb
+CONFIGURE_ARGS += --with-comment
+CONFIGURE_ARGS_DBG = --with-debug
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARFLAVOR))
 
 # TODO: Make the tests pass. They don't at the moment.
 # TEST_SCRIPTS =


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