Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b7b8692

Browse files
committed
Attempt to remedy buildfarm breakage caused by commit f536d41.
1 parent aea1f24 commit b7b8692

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

contrib/unaccent/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ DATA_TSEARCH = unaccent.rules
99

1010
REGRESS = unaccent
1111

12-
# We need a UTF8 database
13-
ENCODING = UTF8
14-
NO_LOCALE = 1
12+
# Adjust REGRESS_OPTS because we need a UTF8 database
13+
REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB) --encoding=UTF8 --no-locale
1514

1615
ifdef USE_PGXS
1716
PG_CONFIG = pg_config

0 commit comments

Comments
 (0)