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

Commit742ac73

Browse files
committed
For libpq/Makefile OPT_PGPORT, remove .o extension after we test
configure's LIBOBJS. Should fix buildfarm failures.
1 parentafd7d9a commit742ac73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/libpq/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ endif
3939

4040

4141
# pgport object files are used by libpq if identified by configure
42-
OPT_PGPORT =$(filter$(addsuffix .o, crypt getaddrinfo inet_aton open snprintf strerror strlcpy win32error),$(LIBOBJS))
42+
OPT_PGPORT =$(basename$(filter$(addsuffix .o, crypt getaddrinfo inet_aton open snprintf strerror strlcpy win32error),$(LIBOBJS)))
4343

4444
OBJS=fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o\
4545
fe-protocol2.o fe-protocol3.o pqexpbuffer.o pqsignal.o fe-secure.o\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp