8000
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 010aa42 commit e30a864Copy full SHA for e30a864
contrib/hstore_plperl/Makefile
@@ -5,11 +5,6 @@ OBJS = hstore_plperl.o
5
6
PG_CPPFLAGS = -I$(top_srcdir)/src/pl/plperl -I$(top_srcdir)/contrib/hstore -I$(perl_archlibexp)/CORE
7
8
-# see plperl
9
-ifeq ($(PORTNAME), win32)
10
-PG_CPPFLAGS += -DPLPERL_HAVE_UID_GID -Wno-comment
11
-endif
12
-
13
EXTENSION = hstore_plperl hstore_plperlu
14
DATA = hstore_plperl--1.0.sql hstore_plperlu--1.0.sql
15
@@ -26,3 +21,8 @@ top_builddir = ../..
26
21
include $(top_builddir)/src/Makefile.global
27
22
include $(top_srcdir)/contrib/contrib-global.mk
28
23
endif
24
+
25
+# see plperl
+ifeq ($(PORTNAME), win32)
+override CPPFLAGS += -DPLPERL_HAVE_UID_GID -Wno-comment
+endif
0 commit comments