SF.net SVN: gar:[23134] csw/mgar/gar/v2/lib/python/dependency_checks.py

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Tue Mar 4 23:51:54 CET 2014


Revision: 23134
          http://sourceforge.net/p/gar/code/23134
Author:   chninkel
Date:     2014-03-04 22:51:53 +0000 (Tue, 04 Mar 2014)
Log Message:
-----------
gar/v2: add libumem to the list of solaris native libraries

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/dependency_checks.py

Modified: csw/mgar/gar/v2/lib/python/dependency_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/dependency_checks.py	2014-03-04 22:25:18 UTC (rev 23133)
+++ csw/mgar/gar/v2/lib/python/dependency_checks.py	2014-03-04 22:51:53 UTC (rev 23134)
@@ -49,7 +49,7 @@
 
 BASE_SOLARIS_LIBRARIES = set([
      "libsocket.so.1", "libnsl.so.1", "libdl.so.1", "librt.so.1",
-     "libresolv.so.2", "libpthread.so.1",
+     "libresolv.so.2", "libpthread.so.1", "libumem.so.1",
      # linked by default with C++, see "Default C++ Libraries"
      # in Solaris Studio C++ User's Guide
      "libCstd.so.1", "libCrun.so.1", "libm.so.1", "libm.so.2",

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