mirror of
https://github.com/postgres/postgres.git
synced 2025-06-15 00:01:49 -04:00
Fix copy-and-pasteo that might explain some of the buildfarm's
indigestion about this module.
This commit is contained in:
parent
ec8128465f
commit
ed05063d27
@ -1,4 +1,4 @@
|
|||||||
# $PostgreSQL: pgsql/contrib/unaccent/Makefile,v 1.1 2009/08/18 10:34:39 teodor Exp $
|
# $PostgreSQL: pgsql/contrib/unaccent/Makefile,v 1.2 2009/08/18 15:51:16 tgl Exp $
|
||||||
|
|
||||||
MODULE_big = unaccent
|
MODULE_big = unaccent
|
||||||
OBJS = unaccent.o
|
OBJS = unaccent.o
|
||||||
@ -8,17 +8,16 @@ DATA = uninstall_unaccent.sql
|
|||||||
DATA_TSEARCH = unaccent.rules
|
DATA_TSEARCH = unaccent.rules
|
||||||
REGRESS = unaccent
|
REGRESS = unaccent
|
||||||
|
|
||||||
|
# Adjust REGRESS_OPTS because we need a UTF8 database
|
||||||
|
REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB) --multibyte=UTF8 --no-locale
|
||||||
|
|
||||||
ifdef USE_PGXS
|
ifdef USE_PGXS
|
||||||
PG_CONFIG = pg_config
|
PG_CONFIG = pg_config
|
||||||
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
||||||
include $(PGXS)
|
include $(PGXS)
|
||||||
else
|
else
|
||||||
subdir = contrib/pg_trgm
|
subdir = contrib/unaccent
|
||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
include $(top_builddir)/src/Makefile.global
|
include $(top_builddir)/src/Makefile.global
|
||||||
include $(top_srcdir)/contrib/contrib-global.mk
|
include $(top_srcdir)/contrib/contrib-global.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#redefine REGRESS_OPTS because of needings of UTF8 database
|
|
||||||
REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB) --multibyte=UTF8 --no-locale
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user