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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Oct 7 11:57:03 CEST 2011


Revision: 15887
          http://gar.svn.sourceforge.net/gar/?rev=15887&view=rev
Author:   wahwah
Date:     2011-10-07 09:57:03 +0000 (Fri, 07 Oct 2011)
Log Message:
-----------
pkg/mysql5/branches/mysql-5.5.x: Set the configure environment for cmake

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 09:42:30 UTC (rev 15886)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile	2011-10-07 09:57:03 UTC (rev 15887)
@@ -290,7 +290,11 @@
 	@$(MAKECOOKIE)
 
 configure-custom:
-	(cd $(WORKSRC); cmake . -DCMAKE_INSTALL_PREFIX=$(prefix))
+	(cd $(WORKSRC) && \
+	 	/usr/bin/env -i \
+		  $(CONFIGURE_ENV) \
+			cmake . \
+			-DCMAKE_INSTALL_PREFIX=$(prefix))
 	@$(MAKECOOKIE)
 
 post-configure-modulated:

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