[csw-devel] SF.net SVN: gar:[20074] csw/mgar/pkg/lang-python/python/branches/python-3.3 /Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Jan 10 14:34:49 CET 2013
Revision: 20074
http://gar.svn.sourceforge.net/gar/?rev=20074&view=rev
Author: wahwah
Date: 2013-01-10 13:34:49 +0000 (Thu, 10 Jan 2013)
Log Message:
-----------
lang-python/python/branches/python-3.3: both libffi libs are necessary
Modified Paths:
--------------
csw/mgar/pkg/lang-python/python/branches/python-3.3/Makefile
Modified: csw/mgar/pkg/lang-python/python/branches/python-3.3/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python/branches/python-3.3/Makefile 2013-01-10 13:02:52 UTC (rev 20073)
+++ csw/mgar/pkg/lang-python/python/branches/python-3.3/Makefile 2013-01-10 13:34:49 UTC (rev 20074)
@@ -99,7 +99,10 @@
SPKG_DESC_CSWpython$(CVER) = A high-level scripting language, $(VER) series
INCOMPATIBLE_PKGS_CSWpython$(CVER) = CSWpydistutils
RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibbz2-1-0
+# This seems to be an issue with the 64-bit build. The 32-bit binaries link
+# against libffi5, the 64-bit binaries link against libffi4.
RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibffi4
+RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibffi5
RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibgcc-s1
RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibgdbm4
RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWliblzma5
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