projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aea1f24
)
Attempt to remedy buildfarm breakage caused by commit f536d4194.
author
Andrew Dunstan
<andrew@dunslane.net>
Mon, 18 Apr 2011 13:27:30 +0000
(09:27 -0400)
committer
Andrew Dunstan
<andrew@dunslane.net>
Mon, 18 Apr 2011 13:27:30 +0000
(09:27 -0400)
contrib/unaccent/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/unaccent/Makefile
b/contrib/unaccent/Makefile
index f0be62db53fa362aade17e424ef8fc47b77bf6ea..4ee2c685c8509795554122514b3ffee4143e82b4 100644
(file)
--- 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