mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 16:59:28 +00:00
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 <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
acd4c16c9e
commit
07fbfa0a6e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user