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 cd75f94 commit e073668Copy full SHA for e073668
src/interfaces/libpgtcl/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.31 2003/09/27 19:35:32 tgl Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.32 2003/09/27 20:38:19 tgl Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -20,7 +20,7 @@ override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS) $(TCL_INCLUDE_SPEC)
20
21
OBJS= pgtcl.o pgtclCmds.o pgtclId.o
22
23
-SHLIB_LINK = $(TCL_LIB_SPEC) $(TCL_LIBS) $(libpq) \
+SHLIB_LINK = $(libpq) $(TCL_LIB_SPEC) $(TCL_LIBS) \
24
$(filter -lssl -lcrypto -lcrypt, $(LIBS)) $(THREAD_LIBS)
25
26
all: submake-libpq all-lib
0 commit comments