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

janholzh at users.sourceforge.net janholzh at users.sourceforge.net
Thu Oct 18 13:37:08 CEST 2012


Revision: 19462
          http://gar.svn.sourceforge.net/gar/?rev=19462&view=rev
Author:   janholzh
Date:     2012-10-18 11:37:08 +0000 (Thu, 18 Oct 2012)
Log Message:
-----------
mysql5/branches/mysql-5.5.x: use map file only on Solaris 10

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	2012-10-18 10:59:55 UTC (rev 19461)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile	2012-10-18 11:37:08 UTC (rev 19462)
@@ -29,8 +29,13 @@
 ISA_DEFAULT_sparc-5.9 = sparcv8plus
 
 # Solaris 10 needs a special map file since we need libnsl Version 1.9.1 and libc 1.22.5
-LINKER_MAPS = -M "$(abspath $(WORKDIR)/map.mysql)"
 
+ifneq ($(shell /usr/bin/uname -r),5.9)
+	LINKER_MAPS ?= -M "$(abspath $(WORKDIR)/map.mysql)"
+endif
+
+
+
 DISTNAME = mysql-$(VERSION)
 SPKG_SOURCEURL = http://www.mysql.com/
 

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