We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c42f3 commit 9bfee3aCopy full SHA for 9bfee3a
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.18 2004/05/19 05:14:58 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.19 2004/05/21 00:14:38 tgl Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -23,7 +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
-SHLIB_LINK = -L../pgtypeslib -lpgtypes -lpgport $(libpq) \
+SHLIB_LINK = -L../pgtypeslib -lpgtypes $(libpq) \
27
$(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt -lm, $(LIBS)) $(PTHREAD_LIBS)
28
29
all: all-lib
0 commit comments