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

Commite18d49d

Browse files
author
Bryan Henderson
committed
Add CFLAGS+=-DPOSTPORT=... so we can take it out of the global CFLAGS.
1 parentec86e4b commite18d49d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/interfaces/libpq/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.7 1996/09/2519:37:31 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.8 1996/10/2509:22:30 bryanh Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -19,6 +19,8 @@ CFLAGS+= -I../backend/include \
1919
-I../backend\
2020
-I.\
2121

22+
CFLAGS+= -DPOSTPORT='"$(POSTPORT)"'
23+
2224
ifdefKRBVERS
2325
CFLAGS+=$(KRBFLAGS)
2426
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp