]> granicus.if.org Git - postgresql/commitdiff
Attempt to remedy buildfarm breakage caused by commit f536d4194.
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 18 Apr 2011 13:27:30 +0000 (09:27 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 18 Apr 2011 13:27:30 +0000 (09:27 -0400)
contrib/unaccent/Makefile

index f0be62db53fa362aade17e424ef8fc47b77bf6ea..4ee2c685c8509795554122514b3ffee4143e82b4 100644 (file)
@@ -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