summaryrefslogtreecommitdiff
path: root/contrib/rtree_gist
diff options
context:
space:
mode:
authorBruce Momjian2001-06-20 00:04:44 +0000
committerBruce Momjian2001-06-20 00:04:44 +0000
commit7aac048b597b840fb4925a28a96d009885bf9532 (patch)
tree606e5026d509da87e7d457ddeb1bf8d9f66e96fc /contrib/rtree_gist
parent2e81f3d204bbe598db12bbce121ac34ce851c40f (diff)
Attached is a patch to deal with the ones that I missed the first time
around. I tested this patch under Cygwin and Linux. Note that I only changed dblink's Makefile in the most minimal way to fix the link problem under Cygwin (i.e., use the link rule from Makefile.shlib instead). dblink's Makefile should probably be further patched to be consistent with the other PostgreSQL Makefiles. Jason Tishler
Diffstat (limited to 'contrib/rtree_gist')
-rw-r--r--contrib/rtree_gist/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/rtree_gist/Makefile b/contrib/rtree_gist/Makefile
index 2699ec5849..ef61277d74 100644
--- a/contrib/rtree_gist/Makefile
+++ b/contrib/rtree_gist/Makefile
@@ -1,5 +1,5 @@
#
-# $Header: /cvsroot/pgsql/contrib/rtree_gist/Attic/Makefile,v 1.1 2001/05/31 18:27:18 tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/rtree_gist/Attic/Makefile,v 1.2 2001/06/20 00:04:44 momjian Exp $
#
subdir = contrib/rtree_gist
@@ -15,6 +15,7 @@ SO_MAJOR_VERSION= 1
SO_MINOR_VERSION= 0
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS)
+override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS)
OBJS= rtree_gist.o