summaryrefslogtreecommitdiff
path: root/databases/postgresql82-server/files/patch-src-interfaces-libpgtcl-Makefile
blob: 44c60a29157eb38202a07a703b1547f6c095d563 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/interfaces/libpgtcl/Makefile.orig	Tue Feb 10 08:26:48 2004
+++ src/interfaces/libpgtcl/Makefile	Thu Mar 11 21:12:25 2004
@@ -21,7 +21,7 @@
 OBJS= pgtcl.o pgtclCmds.o pgtclId.o
 
 SHLIB_LINK = $(libpq) $(TCL_LIB_SPEC) $(TCL_LIBS) \
-	$(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt, $(LIBS)) $(THREAD_LIBS)
+	$(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt -L% -ltcl83 -ltcl84, $(LIBS)) $(THREAD_LIBS)
 
 all: submake-libpq all-lib