mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
audit: explicitly disable golang bindings
Disable golang bindings to avoid potential host contamination issue. Fixes: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13166 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
e2185e487b
commit
b40dafeb6d
|
|
@ -39,6 +39,7 @@ EXTRA_OECONF += "--without-prelude \
|
|||
--libdir=${base_libdir} \
|
||||
--sbindir=${base_sbindir} \
|
||||
--without-python3 \
|
||||
--without-golang \
|
||||
--disable-zos-remote \
|
||||
"
|
||||
EXTRA_OECONF_append_arm = " --with-arm=yes"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user