File tree 1 file changed +2
-2
lines changed
src/interfaces/ecpg/ecpglib
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ LIBS := $(filter-out -lpgport, $(LIBS))
26
26
27
27
OBJS = execute.o typename.o descriptor.o sqlda.o data.o error.o prepare.o memory.o \
28
28
connect.o misc.o path.o pgstrcasecmp.o \
29
- $(filter snprintf.o strlcpy.o win32setlocale.o, $(LIBOBJS ) )
29
+ $(filter snprintf.o strlcpy.o win32setlocale.o isinf.o , $(LIBOBJS ) )
30
30
31
31
# thread.c is needed only for non-WIN32 implementation of path.c
32
32
ifneq ($(PORTNAME ) , win32)
@@ -57,7 +57,7 @@ include $(top_srcdir)/src/Makefile.shlib
57
57
# necessarily use the same object files as the backend uses. Instead,
58
58
# symlink the source files in here and build our own object file.
59
59
60
- path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c win32setlocale.c : % : $(top_srcdir ) /src/port/%
60
+ path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c win32setlocale.c isinf.c : % : $(top_srcdir ) /src/port/%
61
61
rm -f $@ && $(LN_S ) $< .
62
62
63
63
misc.o : misc.c $(top_builddir ) /src/port/pg_config_paths.h
You can’t perform that action at this time.
0 commit comments