From: Aki Tuomi Date: Mon, 10 Nov 2025 08:30:11 +0000 (+0200) Subject: lib-var-expand: Generate 8-bit flexer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4959f24ad26aed35418ec6b7e1368a512d5a0fb1;p=thirdparty%2Fdovecot%2Fcore.git lib-var-expand: Generate 8-bit flexer This is needed for proper utf-8 support in future. --- diff --git a/src/lib-var-expand/Makefile.am b/src/lib-var-expand/Makefile.am index 298c364745..17bb46a510 100644 --- a/src/lib-var-expand/Makefile.am +++ b/src/lib-var-expand/Makefile.am @@ -13,7 +13,7 @@ YACC=/bin/false # and cleaner to make this rule ourselves instead of working around ylwrap # and yywrap's antiquated notion of what is happening. .l.c: - $(AM_V_GEN)$(FLEX) -o $@ $< + $(AM_V_GEN)$(FLEX) -8 -o $@ $< .y.c: $(AM_V_GEN)$(BISON) -o $@ $<