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

Commit44c5d38

Browse files
committed
ecpg/ecpglib must build the src/port files it uses with -DFRONTEND.
Remarkably, this hasn't been noticed before, though it surely shouldhave been happening since around the fall of the Byzantine empire.Commit438b529 changed path.c to depend on FRONTEND, and that exposedthe omission, per buildfarm reports.I'm suspicious that some other subdirectories are missing this too,but this one change is enough to make ecpg tests pass for me.
1 parentabe075d commit44c5d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/ecpg/ecpglib/Makefile

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

2020
overrideCPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include\
21-
-I$(libpq_srcdir) -I$(top_builddir)/src/port$(CPPFLAGS)
21+
-I$(libpq_srcdir) -I$(top_builddir)/src/port-DFRONTEND$(CPPFLAGS)
2222
overrideCFLAGS +=$(PTHREAD_CFLAGS)
2323

2424
# Need to recompile any libpgport object files

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp