]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-var-expand: Generate 8-bit flexer
authorAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 10 Nov 2025 08:30:11 +0000 (10:30 +0200)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Tue, 11 Nov 2025 10:17:51 +0000 (10:17 +0000)
This is needed for proper utf-8 support in future.

src/lib-var-expand/Makefile.am

index 298c364745c2bf530e2a9a37a47376f70fb5d329..17bb46a510030c1c2a105eafb8299a4bca53414d 100644 (file)
@@ -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 $@ $<