Skip to content

Commit 58dfb07

Browse files
committed
Properly add new inet_net_ntop file to libpq Makefile.
1 parent 7276ab5 commit 58dfb07

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.o inet_net_ntop.o noblock.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.c getaddrinfo.c inet_aton.c noblock.c open.c pgstrcasecmp.c snprintf.c strerror.c strlcpy.c thread.c win32error.c pgsleep.c: % : $(top_srcdir)/src/port/%
84+
crypt.c getaddrinfo.c inet_aton.c inet_net_ntop.c noblock.c open.c pgstrcasecmp.c snprintf.c strerror.c strlcpy.c thread.c win32error.c pgsleep.c: % : $(top_srcdir)/src/port/%
8485
rm -f $@ && $(LN_S) $< .
8586

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy