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

Commitac66374

Browse files
committed
Transmit -I switches selected by configure (particularly those from
--with-includes) to makefiles for pltcl and plperl, so that theseswitches will be used even though we do not want other top-levelCFLAGS. Ain't it fun trying to support multiple-compiler platforms?
1 parentaca5b34 commitac66374

File tree

5 files changed

+409
-405
lines changed

5 files changed

+409
-405
lines changed

‎src/Makefile.global.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.70 2000/04/14 23:43:41 petere Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.71 2000/05/23 02:12:46 tgl Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -210,6 +210,7 @@ LEX= @LEX@
210210
AROPT= @AROPT@
211211
CFLAGS= -I$(SRCDIR)/include -I$(SRCDIR)/backend @CPPFLAGS@ @CFLAGS@
212212
CFLAGS_SL= @SHARED_LIB@
213+
PGSQL_INCLUDES= @PGSQL_INCLUDES@
213214
LIBS= @LIBS@
214215
LDFLAGS= @LDFLAGS@ $(LIBS)
215216
LDREL= -r

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp