From 07fbfa0a6ea261efb056655dfb53e1d551a4e23e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 14 Jan 2019 14:42:01 +0000 Subject: apparmor: enable static libraries neatly No need to fiddle with the configure arguments as we can just neuter disable-static.inc. Signed-off-by: Ross Burton Signed-off-by: Armin Kuster --- recipes-security/AppArmor/apparmor_2.12.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-security/AppArmor/apparmor_2.12.bb b/recipes-security/AppArmor/apparmor_2.12.bb index 2cf5b7d..303d5c7 100644 --- a/recipes-security/AppArmor/apparmor_2.12.bb +++ b/recipes-security/AppArmor/apparmor_2.12.bb @@ -50,8 +50,7 @@ python() { raise bb.parse.SkipRecipe('Requires meta-webserver to be present.') } -CONFIGUREOPTS_remove = "--disable-static" -EXTRA_OECONF_append = " --enable-static" +DISABLE_STATIC = "" do_configure() { cd ${S}/libraries/libapparmor -- cgit v1.2.3-54-g00ecf