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

Commit58dfb07

Browse files
committed
Properly add new inet_net_ntop file to libpq Makefile.
1 parent7276ab5 commit58dfb07

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎src/interfaces/libpq/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ endif
2727
# Need to recompile any libpgport object files because we need these
2828
# object files to use the same compile flags as libpq. If we used
2929
# the object files from libpgport, this would not be true on all
30-
# platforms.
30+
# platforms. We filter some object files so we only use object
31+
# files configure says we need.
3132
LIBS :=$(LIBS:-lpgport=)
3233

3334
OBJS=fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o\
3435
fe-protocol2.o fe-protocol3.o pqexpbuffer.o pqsignal.o fe-secure.o\
3536
libpq-events.o\
36-
md5.o ip.o wchar.o encnames.o noblock.o pgstrcasecmp.o thread.o\
37+
md5.o ip.o wchar.o encnames.oinet_net_ntop.onoblock.o pgstrcasecmp.o thread.o\
3738
$(filter crypt.o getaddrinfo.o inet_aton.o open.o snprintf.o strerror.o strlcpy.o win32error.o,$(LIBOBJS))
3839

3940
ifeq ($(PORTNAME), cygwin)
@@ -80,7 +81,7 @@ backend_src = $(top_srcdir)/src/backend
8081
# For port modules, this only happens if configure decides the module
8182
# is needed (see filter hack in OBJS, above).
8283

83-
crypt.cgetaddrinfo.cinet_aton.cnoblock.copen.cpgstrcasecmp.csnprintf.cstrerror.cstrlcpy.cthread.cwin32error.cpgsleep.c:% :$(top_srcdir)/src/port/%
84+
crypt.cgetaddrinfo.cinet_aton.cinet_net_ntop.cnoblock.copen.cpgstrcasecmp.csnprintf.cstrerror.cstrlcpy.cthread.cwin32error.cpgsleep.c:% :$(top_srcdir)/src/port/%
8485
rm -f$@&&$(LN_S)$<.
8586

8687
md5.cip.c:% :$(backend_src)/libpq/%

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp