libseccomp: build static library always

Always build static library. This is required e.g. for runc from
meta-virtualization in its default configuration.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Stefan Agner
2019-09-01 21:48:13 +02:00
committed by Armin Kuster
parent bf5dbd0313
commit 2153c59b42

View File

@@ -17,6 +17,8 @@ inherit autotools-brokensep pkgconfig ptest
PACKAGECONFIG ??= ""
PACKAGECONFIG[python] = "--enable-python, --disable-python, python"
DISABLE_STATIC = ""
do_compile_ptest() {
oe_runmake -C tests check-build
}