Content-Length: 273034 | pFad | http://github.com/postgrespro/postgres/commit/e30a864963c5f98bafeaf3005f258ff90916da7c

43 hstore_plperl: Move port-specific parts to later in the makefile · postgrespro/postgres@e30a864 · GitHub
Skip to content

Commit e30a864

Browse files
committed
hstore_plperl: Move port-specific parts to later in the makefile
PORTNAME isn't set until the global makefiles have been included.
1 parent 010aa42 commit e30a864

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

contrib/hstore_plperl/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ OBJS = hstore_plperl.o
55

66
PG_CPPFLAGS = -I$(top_srcdir)/src/pl/plperl -I$(top_srcdir)/contrib/hstore -I$(perl_archlibexp)/CORE
77

8-
# see plperl
9-
ifeq ($(PORTNAME), win32)
10-
PG_CPPFLAGS += -DPLPERL_HAVE_UID_GID -Wno-comment
11-
endif
12-
138
EXTENSION = hstore_plperl hstore_plperlu
149
DATA = hstore_plperl--1.0.sql hstore_plperlu--1.0.sql
1510

@@ -26,3 +21,8 @@ top_builddir = ../..
2621
include $(top_builddir)/src/Makefile.global
2722
include $(top_srcdir)/contrib/contrib-global.mk
2823
endif
24+
25+
# see plperl
26+
ifeq ($(PORTNAME), win32)
27+
override CPPFLAGS += -DPLPERL_HAVE_UID_GID -Wno-comment
28+
endif

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/e30a864963c5f98bafeaf3005f258ff90916da7c

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy