add deps.
This commit is contained in:
@@ -12,7 +12,8 @@ from pisi.actionsapi import get
|
||||
def setup():
|
||||
shelltools.system("sed -i 's|ncursesw/curses.h|curses.h|' RichString.[ch] configure")
|
||||
autotools.configure("--enable-taskstats \
|
||||
--enable-unicode")
|
||||
--enable-unicode \
|
||||
--enable-cgroup")
|
||||
|
||||
def build():
|
||||
autotools.make("-j1")
|
||||
|
||||
@@ -16,9 +16,11 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>libaio-devel</Dependency>
|
||||
<Dependency>libunwind-devel</Dependency>
|
||||
<Dependency>kernel-headers</Dependency>
|
||||
<Dependency>kernel-module-headers</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--<Patch level="1">strace-fix-ftbfs.patch</Patch> -->
|
||||
<!--<Patch level="1">strace-fix-ftbfs.patch</Patch>-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user