Add mention of why -lpgport is needed in ecpglib (dllwrap).

REL8_0_STABLE
Bruce Momjian 21 years ago
parent 928e73ea62
commit 260b513fc3
  1. 3
      src/interfaces/ecpg/ecpglib/Makefile

@ -4,7 +4,7 @@
# #
# Copyright (c) 1994, Regents of the University of California # Copyright (c) 1994, Regents of the University of California
# #
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.20 2004/05/21 03:10:47 momjian Exp $ # $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.21 2004/05/21 03:12:03 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
@ -23,6 +23,7 @@ override CFLAGS += $(PTHREAD_CFLAGS)
OBJS= execute.o typename.o descriptor.o data.o error.o prepare.o memory.o \ OBJS= execute.o typename.o descriptor.o data.o error.o prepare.o memory.o \
connect.o misc.o connect.o misc.o
# needed by dllwrap
ifeq ($(PORTNAME), win32) ifeq ($(PORTNAME), win32)
PGPORT=-lpgport PGPORT=-lpgport
endif endif

Loading…
Cancel
Save