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

lblume at users.sourceforge.net lblume at users.sourceforge.net
Wed Feb 19 15:15:29 CET 2014


Revision: 23052
          http://sourceforge.net/p/gar/code/23052
Author:   lblume
Date:     2014-02-19 14:15:26 +0000 (Wed, 19 Feb 2014)
Log Message:
-----------
mysql5/branches/mysql-5.5.x: Add -lm during linking - maybe

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	2014-02-19 12:01:28 UTC (rev 23051)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile	2014-02-19 14:15:26 UTC (rev 23052)
@@ -75,6 +75,9 @@
 EXTRA_CFLAGS = $(EXTRA_CFLAGS_$(GARCOMPILER))
 ###
 
+EXTRA_LINKER_FLAGS = -lm
+
+
 # The Solaris 11 build uses -xO4 by default
 OPT_FLAGS_SOS12_32 = -xO4
 OPT_FLAGS_SOS12_64 = -xO4

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