From aa7da76f895f77c9a84fe490ef5327c67a987ac3 Mon Sep 17 00:00:00 2001 From: Oleksii Shevchuk Date: Sun, 21 May 2017 22:00:35 +0300 Subject: [PATCH] Ensure patched version of psutil is used --- client/sources-linux/buildenv-sunos.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/sources-linux/buildenv-sunos.sh b/client/sources-linux/buildenv-sunos.sh index 3107d60a..6bf9bc85 100755 --- a/client/sources-linux/buildenv-sunos.sh +++ b/client/sources-linux/buildenv-sunos.sh @@ -51,6 +51,7 @@ cd $BUILDENV/src/Python-2.7.13 ./configure --with-ensurepip=install --enable-unicode=ucs4 --with-system-ffi --enable-ipv6 --enable-shared --prefix=$BUILDENV/build gmake; gmake install +python -OO -m pip install git+https://github.com/alxchk/psutil.git python -OO -m pip install six packaging appdirs python -OO -m pip install \ rpyc pycrypto pyaml rsa netaddr tinyec pyyaml ecdsa \ @@ -58,8 +59,6 @@ python -OO -m pip install \ scapy colorama pyOpenSSL \ --upgrade --no-binary :all: -python -OO -m pip install git+https://github.com/alxchk/psutil.git - export LDFLAGS="$LDFLAGS -lsendfile -lkstat" python -OO -m pip install git+https://github.com/alxchk/pyuv.git