[Qemu-devel] qemu-seccomp.c:216: error: '__NR_getcpu' undeclared here (not in a function)

2015-12-05 Thread Paul Roland
Hi there, I am trying to create an rpm package out of qemu 2.4.1, thought maybe it's something obvious and somebody could guide me in the right direction As soon as I add --enable-seccomp I get this error on compilation: qemu-seccomp.c:216: error: '__NR_getcpu' undeclared here (not in a

Re: [Qemu-devel] qemu-seccomp.c:216: error: '__NR_getcpu' undeclared here (not in a function)

2015-12-05 Thread Andrew Jones
On Sat, Dec 05, 2015 at 11:50:36AM +, Paul Roland wrote: > Hi there, I am trying to create an rpm package out of qemu 2.4.1, thought > maybe it's something obvious and somebody could guide me in the right > direction > > As soon as I add --enable-seccomp I get this error on compilation: > >