Attempt to remedy buildfarm breakage caused by commit f536d4194.

pull/1/head
Andrew Dunstan 15 years ago
parent aea1f24c2c
commit b7b86924c6
  1. 5
      contrib/unaccent/Makefile

@ -9,9 +9,8 @@ DATA_TSEARCH = unaccent.rules
REGRESS = unaccent REGRESS = unaccent
# We need a UTF8 database # Adjust REGRESS_OPTS because we need a UTF8 database
ENCODING = UTF8 REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB) --encoding=UTF8 --no-locale
NO_LOCALE = 1
ifdef USE_PGXS ifdef USE_PGXS
PG_CONFIG = pg_config PG_CONFIG = pg_config

Loading…
Cancel
Save