[csw-devel] SF.net SVN: gar:[19286] csw/mgar/gar/v2

janholzh at users.sourceforge.net janholzh at users.sourceforge.net
Tue Sep 25 13:34:59 CEST 2012


Revision: 19286
          http://gar.svn.sourceforge.net/gar/?rev=19286&view=rev
Author:   janholzh
Date:     2012-09-25 11:34:59 +0000 (Tue, 25 Sep 2012)
Log Message:
-----------
change default map file for Solaris 10 to use older version of libc (1.22.2)

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.conf.mk

Added Paths:
-----------
    csw/mgar/gar/v2/lib/map.solaris10

Modified: csw/mgar/gar/v2/gar.conf.mk
===================================================================
--- csw/mgar/gar/v2/gar.conf.mk	2012-09-25 08:42:44 UTC (rev 19285)
+++ csw/mgar/gar/v2/gar.conf.mk	2012-09-25 11:34:59 UTC (rev 19286)
@@ -690,7 +690,7 @@
 RUNPATH_ISALIST ?= $(EXTRA_RUNPATH_DIRS) $(EXTRA_LIB) $(filter-out $(libpath_install),$(libdir_install)) $(libpath_install)
 endif
 
-LINKER_MAP_RELEASE-5.10 ?= solaris10u8
+LINKER_MAP_RELEASE-5.10 ?= solaris10
 LINKER_MAP_RELEASE ?= $(LINKER_MAP_RELEASE-$(GAROSREL))
 
 LINKER_MAPS ?= $(foreach MAP,$(LINKER_MAP_RELEASE) $(EXTRA_LINKER_MAPS) $(EXTRA_LINKER_MAPS-$(GAROSREL)),-M $(abspath $(GARDIR)/lib/map.$(LINKER_MAP_RELEASE)))

Copied: csw/mgar/gar/v2/lib/map.solaris10 (from rev 19260, csw/mgar/gar/v2/lib/map.solaris10u8)
===================================================================
--- csw/mgar/gar/v2/lib/map.solaris10	                        (rev 0)
+++ csw/mgar/gar/v2/lib/map.solaris10	2012-09-25 11:34:59 UTC (rev 19286)
@@ -0,0 +1,7 @@
+# Solaris 10 mapfile with libc Version 1.22.2 which is Update?? Kernel Version
+#   http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libc/port/mapfile-vers#301
+libc.so - SUNW_1.22.5 SUNWprivate_1.1 $ADDVERS=SUNW_1.22.2;
+#  http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libresolv2/common/mapfile-vers
+libresolv.so - SUNW_2.2 SUNWprivate_2.1 $ADDVERS=SUNW_2.2;
+# http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libnsl/common/mapfile-vers
+libnsl.so - SUNW_1.9.1 SUNWprivate_1.5 $ADDVERS=SUNW_1.9.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