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 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
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 $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -23,6 +23,9 @@ override CFLAGS += $(PTHREAD_CFLAGS)
23
23
SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq ) -lm \
24
24
$(PTHREAD_LIBS )
25
25
26
+ # Need to recompile any libpgport object files
27
+ LIBS := $(filter-out -lpgport, $(LIBS ) )
28
+
26
29
OBJS = informix.o $(filter snprintf.o, $(LIBOBJS ) )
27
30
28
31
ifneq ($(PORTNAME ) , win32)
You can’t perform that action at this time.
0 commit comments