libseccomp
No description set
- Devel package for openSUSE:Factory
-
2
derived packages
- Developed at SCM
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout security/libseccomp && cd $_
- Create Badge
Refresh
Refresh
Comments 2
While the spec mentions the python bindings for seccomp, it's not actually enabled with
--enable-python
during./configure
. Also static builds are disable with--disable-static
, which preventssetup.py
from running becauselibseccomp.a
is missing. Can we have both, static an dynamic binaries somehow?