From 28a7c2bef73b1de55f6bc2a77d2627e2e7631581 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Sat, 14 Jul 2018 16:58:18 -0400 Subject: [PATCH] python/python27: no need to link against libxnet --- components/python/python27/patches/02-setup.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/python/python27/patches/02-setup.patch b/components/python/python27/patches/02-setup.patch index d1e90f094..fca181a53 100644 --- a/components/python/python27/patches/02-setup.patch +++ b/components/python/python27/patches/02-setup.patch @@ -45,7 +45,7 @@ + multiproc_libs = [] + if host_platform == 'sunos5': -+ multiproc_libs = [ "xnet" ] ++ multiproc_libs = [] + if sysconfig.get_config_var('WITH_THREAD'): exts.append ( Extension('_multiprocessing', multiprocessing_srcs, -- 2.11.4.GIT