Revision: 25609 http://sourceforge.net/p/gar/code/25609 Author: dmichelsen Date: 2016-03-14 15:12:00 +0000 (Mon, 14 Mar 2016) Log Message: ----------- lang-python/python/branches/python-2.7: Enable multiprocessing plugin
Modified Paths: -------------- csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile Modified: csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile =================================================================== --- csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile 2016-03-13 23:01:23 UTC (rev 25608) +++ csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile 2016-03-14 15:12:00 UTC (rev 25609) @@ -69,6 +69,9 @@ # /opt/csw/lib/ffi/libffi.so=../libffi.so.5.0.10 s none CSWlibffi-dev PREPEND_LINKER_FLAGS += -L$(libdir)/ffi +# This is needed to enable _multiprocessing module +EXTRA_CFLAGS += -std=gnu89 + BASECFLAGS = $(CFLAGS) EXTRA_COMMON_EXPORTS = BASECFLAGS @@ -82,6 +85,7 @@ CONFIGURE_ARGS += --with-signal-module CONFIGURE_ARGS += --with-fpectl CONFIGURE_ARGS += --with-system-ffi +CONFIGURE_ARGS += --with-threads # This doesn't work here, as _PYCOMPILE_FILES is not the directory Python uses. # PYCOMPILE = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.