[csw-devel] SF.net SVN: gar:[11538] csw/mgar/gar/v2/lib/python/dependency_checks.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Nov 9 16:46:47 CET 2010
Revision: 11538
http://gar.svn.sourceforge.net/gar/?rev=11538&view=rev
Author: wahwah
Date: 2010-11-09 15:46:47 +0000 (Tue, 09 Nov 2010)
Log Message:
-----------
mGAR v2: Deprecating /opt/csw/lib/libnet.so for linking.
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 2010-11-09 15:46:21 UTC (rev 11537)
+++ csw/mgar/gar/v2/lib/python/dependency_checks.py 2010-11-09 15:46:47 UTC (rev 11538)
@@ -14,6 +14,9 @@
"Please use /opt/csw/mysql5/..."),
("/opt/csw/lib/mysql", "libmysqlclient.so.15",
"Please use /opt/csw/mysql5/..."),
+ ("/opt/csw/lib", "libnet.so",
+ "Please use -L/opt/csw/lib/libnet-new for linking. "
+ "See more at http://wiki.opencsw.org/project-libnet"),
)
DLOPEN_LIB_LOCATIONS = (
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