Skip to content

Commit 213d92f

Browse files
committed
Fix make check for hunspell* in C locale
1 parent c991729 commit 213d92f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/hunspell_ru_ru/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ DATA_TSEARCH = dict/ru_ru.affix dict/ru_ru.dict
55

66
REGRESS = hunspell_ru_ru
77

8+
EXTRA_REGRESS_OPTS=--encoding=UTF8
9+
810
ifdef USE_PGXS
911
PG_CONFIG = pg_config
1012
PGXS := $(shell $(PG_CONFIG) --pgxs)

0 commit comments

Comments
 (0)