[csw-devel] SF.net SVN: gar:[16391] csw/mgar/pkg/glib2/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Dec 7 14:35:40 CET 2011
Revision: 16391
http://gar.svn.sourceforge.net/gar/?rev=16391&view=rev
Author: wahwah
Date: 2011-12-07 13:35:40 +0000 (Wed, 07 Dec 2011)
Log Message:
-----------
glib2/trunk: cut a dependency loop
Modified Paths:
--------------
csw/mgar/pkg/glib2/trunk/Makefile
Modified: csw/mgar/pkg/glib2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/glib2/trunk/Makefile 2011-12-07 13:08:50 UTC (rev 16390)
+++ csw/mgar/pkg/glib2/trunk/Makefile 2011-12-07 13:35:40 UTC (rev 16391)
@@ -66,7 +66,10 @@
RUNTIME_DEP_PKGS_CSWglib2 += CSWlibgmodule2-0-0
RUNTIME_DEP_PKGS_CSWglib2 += CSWlibz1
RUNTIME_DEP_PKGS_CSWglib2 += CSWlibintl8
-RUNTIME_DEP_PKGS_CSWglib2 += CSWgamin
+# The dependency on CSWgamin creates a dependency loop. Whatever the current
+# solution is, we need to cut the loop somewhere, and we'll cut the loop here
+# for the time being.
+# RUNTIME_DEP_PKGS_CSWglib2 += CSWgamin
# Did not see any runtime dependency
#RUNTIME_DEP_PKGS_CSWglib2 += CSWpython
RUNTIME_DEP_PKGS_CSWglib2 += CSWlibgobject2-0-0
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