[csw-devel] SF.net SVN: gar:[19108] csw/mgar/pkg/bash/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Tue Aug 28 22:56:41 CEST 2012


Revision: 19108
          http://gar.svn.sourceforge.net/gar/?rev=19108&view=rev
Author:   chninkel
Date:     2012-08-28 20:56:41 +0000 (Tue, 28 Aug 2012)
Log Message:
-----------
bash/trunk: added a mapfile to force linking against interface SUNW_1.22

Modified Paths:
--------------
    csw/mgar/pkg/bash/trunk/Makefile
    csw/mgar/pkg/bash/trunk/files/changelog.CSW

Added Paths:
-----------
    csw/mgar/pkg/bash/trunk/files/map.bash

Modified: csw/mgar/pkg/bash/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bash/trunk/Makefile	2012-08-28 09:59:48 UTC (rev 19107)
+++ csw/mgar/pkg/bash/trunk/Makefile	2012-08-28 20:56:41 UTC (rev 19108)
@@ -84,7 +84,7 @@
 
 CONFIGURE_ARGS = $(DIRPATHS)
 
-EXTRA_LDFLAGS = -z ignore -Bdirect 
+EXTRA_LDOPTIONS = -z ignore -Bdirect -M "$(abspath $(WORKDIR)/map.bash)"
 
 include gar/category.mk
 

Modified: csw/mgar/pkg/bash/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/bash/trunk/files/changelog.CSW	2012-08-28 09:59:48 UTC (rev 19107)
+++ csw/mgar/pkg/bash/trunk/files/changelog.CSW	2012-08-28 20:56:41 UTC (rev 19108)
@@ -1,3 +1,10 @@
+bash (4.2.37,REV=2012.08.28) unstable
+
+  *  * Added a mapfile to force linking against interface SUNW_1.22
+      of libc.so.1 so we don't work only on last solaris release.
+
+ -- Yann Rouillard <yann at opencsw.org>  Tue, 28 Aug 2012 22:55:37 +0200
+
 bash (4.2.37,REV=2012.08.24) unstable
 
   * Enabled direct binding.

Added: csw/mgar/pkg/bash/trunk/files/map.bash
===================================================================
--- csw/mgar/pkg/bash/trunk/files/map.bash	                        (rev 0)
+++ csw/mgar/pkg/bash/trunk/files/map.bash	2012-08-28 20:56:41 UTC (rev 19108)
@@ -0,0 +1,2 @@
+libc.so - SUNW_1.22.5 SUNWprivate_1.1;
+

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