File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/interfaces/ecpg/compatlib Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 44#
55# Copyright (c) 1994, Regents of the University of California
66#
7- # $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.29 2007/10/03 13:24:54 meskes Exp $
7+ # $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.30 2007/10/03 13:40:52 meskes Exp $
88#
99# -------------------------------------------------------------------------
1010
@@ -23,6 +23,9 @@ override CFLAGS += $(PTHREAD_CFLAGS)
2323SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq ) -lm \
2424 $(PTHREAD_LIBS )
2525
26+ # Need to recompile any libpgport object files
27+ LIBS := $(filter-out -lpgport, $(LIBS ) )
28+
2629OBJS = informix.o $(filter snprintf.o, $(LIBOBJS ) )
2730
2831ifneq ($(PORTNAME ) , win32)
You can’t perform that action at this time.
0 commit comments