Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 260b513

Browse files
committed
Add mention of why -lpgport is needed in ecpglib (dllwrap).
1 parent 928e73e commit 260b513

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces/ecpg/ecpglib/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.20 2004/05/21 03:10:47 momjian Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.21 2004/05/21 03:12:03 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -23,6 +23,7 @@ override CFLAGS += $(PTHREAD_CFLAGS)
2323
OBJS= execute.o typename.o descriptor.o data.o error.o prepare.o memory.o \
2424
connect.o misc.o
2525

26+
# needed by dllwrap
2627
ifeq ($(PORTNAME), win32)
2728
PGPORT=-lpgport
2829
endif

0 commit comments

Comments
 (0)