sys-libs/libapparmor: force flex/bison

Already depends on both of them.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-12-21 02:27:22 +00:00
parent f62f43517a
commit 8e7c0321c6

View File

@@ -55,6 +55,10 @@ src_prepare() {
}
src_configure() {
# Fails with reflex/byacc, heavily relies on bisonisms
export LEX=flex
export YACC=yacc.bison
econf \
$(use_enable static-libs static) \
$(use_with perl) \