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

Commitc8aa893

Browse files
committed
Remove obsolete -I options from ECPG library compilation.
The MSVC build system already omitted these.
1 parentbcd7e88 commitc8aa893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/interfaces/ecpg/compatlib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SO_MAJOR_VERSION= 3
1919
SO_MINOR_VERSION= 7
2020

2121
overrideCPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include\
22-
-I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils -DFRONTEND$(CPPFLAGS)
22+
-I$(libpq_srcdir) -DFRONTEND$(CPPFLAGS)
2323
overrideCFLAGS +=$(PTHREAD_CFLAGS)
2424

2525
SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes$(libpq)\

‎src/interfaces/ecpg/pgtypeslib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SO_MAJOR_VERSION= 3
1919
SO_MINOR_VERSION= 6
2020

2121
overrideCPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include\
22-
-I$(top_srcdir)/src/include/utils -I$(libpq_srcdir) -DFRONTEND$(CPPFLAGS)
22+
-DFRONTEND$(CPPFLAGS)
2323
overrideCFLAGS +=$(PTHREAD_CFLAGS)
2424

2525
# Need to recompile any libpgport object files

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp