We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc08c0a commit 7be50a6Copy full SHA for 7be50a6
contrib/mchar/Makefile
@@ -7,8 +7,6 @@ DOCS = README.mchar
7
REGRESS = init mchar mvarchar mm like compat
8
PGFIELDDESC = "mchar - mchar type implementation"
9
10
-PG_CPPFLAGS=-I/usr/local/include
11
-
12
ifdef USE_PGXS
13
PGXS := $(shell pg_config --pgxs)
14
include $(PGXS)
@@ -18,11 +16,3 @@ top_builddir = ../..
18
16
include $(top_builddir)/src/Makefile.global
19
17
include $(top_srcdir)/contrib/contrib-global.mk
20
endif
21
22
-ifeq ($(PORTNAME),win32)
23
-ICUNAME=icuin
24
-else
25
-ICUNAME=icui18n
26
-endif
27
28
-SHLIB_LINK += -L/usr/local/lib -licuuc -l$(ICUNAME) -Wl,-R,'$$ORIGIN'
0 commit comments