diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2011-04-18 09:27:30 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2011-04-18 09:27:30 -0400 |
commit | b7b86924c6da46c774e1ab5d524a6bc4f72627ab (patch) | |
tree | 877a59297d75b0b18e8aa807952a0c6548550da1 | |
parent | aea1f24c2c25f01540435ded6ba611016392ef06 (diff) | |
download | postgresql-b7b86924c6da46c774e1ab5d524a6bc4f72627ab.tar.gz postgresql-b7b86924c6da46c774e1ab5d524a6bc4f72627ab.zip |
Attempt to remedy buildfarm breakage caused by commit f536d4194.
-rw-r--r-- | contrib/unaccent/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/unaccent/Makefile b/contrib/unaccent/Makefile index f0be62db53f..4ee2c685c85 100644 --- a/contrib/unaccent/Makefile +++ b/contrib/unaccent/Makefile @@ -9,9 +9,8 @@ DATA_TSEARCH = unaccent.rules REGRESS = unaccent -# We need a UTF8 database -ENCODING = UTF8 -NO_LOCALE = 1 +# Adjust REGRESS_OPTS because we need a UTF8 database +REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB) --encoding=UTF8 --no-locale ifdef USE_PGXS PG_CONFIG = pg_config |