File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- # contrib/shared_ispell/Makefile
1
+ # contrib/shared_ispell/Makefile
2
2
3
3
MODULE_big = shared_ispell
4
4
OBJS = src/shared_ispell.o
@@ -8,6 +8,8 @@ DATA = sql/shared_ispell--1.1.0.sql
8
8
9
9
REGRESS = shared_ispell
10
10
11
+ EXTRA_REGRESS_OPTS=--temp-config =$(top_srcdir ) /$(subdir ) /postgresql.conf
12
+
11
13
ifdef USE_PGXS
12
14
PG_CONFIG = pg_config
13
15
PGXS := $(shell $(PG_CONFIG ) --pgxs)
@@ -17,4 +19,7 @@ subdir = contrib/shared_ispell
17
19
top_builddir = ../..
18
20
include $(top_builddir ) /src/Makefile.global
19
21
include $(top_srcdir ) /contrib/contrib-global.mk
20
- endif
22
+ endif
23
+
24
+ installcheck :
25
+ @echo " installcheck is disabled"
Original file line number Diff line number Diff line change
1
+ shared_preload_libraries='shared_ispell'
You can’t perform that action at this time.
0 commit comments