diff --git a/system/devel/numactl/actions.py b/system/devel/numactl/actions.py
index f37008a7..e84eb9a2 100644
--- a/system/devel/numactl/actions.py
+++ b/system/devel/numactl/actions.py
@@ -6,12 +6,10 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
-from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
- shelltools.system("./autogen.sh")
-
+ autotools.autoreconf("-vfi")
autotools.configure("--prefix=/usr")
diff --git a/system/devel/numactl/pspec.xml b/system/devel/numactl/pspec.xml
index bfb2f432..68a11af2 100644
--- a/system/devel/numactl/pspec.xml
+++ b/system/devel/numactl/pspec.xml
@@ -14,7 +14,7 @@
app:console
Library for tuning NUMA machines
numactl consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications.
- ftp://oss.sgi.com/www/projects/libnuma/download/numactl-2.0.10.tar.gz
+ ftp://oss.sgi.com/www/projects/libnuma/download/numactl-2.0.11.tar.gz
@@ -40,6 +40,13 @@
+
+ 2016-03-02
+ 2.0.11
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2015-05-16
2.0.10