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

Commitda6c7af

Browse files
committed
Make pgxs build executables with the right suffix.
Complaint and patch from Zoltán Böszörményi.When cross-compiling, the native make doesn't knowabout the Windows .exe suffix, so it only builds withit when explicitly told to do so.The native make will not see the link between the targetname and the built executable, and might this do unnecesarywork, but that's a bigger problem than this one, if in factwe consider it a problem at all.Back-patch to all live branches.
1 parent92c1f91 commitda6c7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/makefiles/pgxs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,5 +290,5 @@ endif
290290

291291
ifdefPROGRAM
292292
$(PROGRAM):$(OBJS)
293-
$(CC)$(CFLAGS)$(OBJS)$(PG_LIBS)$(LDFLAGS)$(LDFLAGS_EX)$(LIBS) -o$@
293+
$(CC)$(CFLAGS)$(OBJS)$(PG_LIBS)$(LDFLAGS)$(LDFLAGS_EX)$(LIBS) -o$@$(X)
294294
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp