mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user