Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite30a864

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 parent010aa42 commite30a864

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+
overrideCPPFLAGS += -DPLPERL_HAVE_UID_GID -Wno-comment
28+
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp