We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928e73e commit 260b513Copy full SHA for 260b513
src/interfaces/ecpg/ecpglib/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $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 $
8
9
#-------------------------------------------------------------------------
10
@@ -23,6 +23,7 @@ override CFLAGS += $(PTHREAD_CFLAGS)
23
OBJS= execute.o typename.o descriptor.o data.o error.o prepare.o memory.o \
24
connect.o misc.o
25
26
+# needed by dllwrap
27
ifeq ($(PORTNAME), win32)
28
PGPORT=-lpgport
29
endif
0 commit comments