From 0c942dee24a42c08aa3b69b371e56ae32f65db4c Mon Sep 17 00:00:00 2001 From: Mark Cave-Ayland Date: Mon, 29 Oct 2007 14:22:26 +0000 Subject: [PATCH] Remove version numbers from liblwgeom references in lwpostgis.sql as per http://postgis.refractions.net/pipermail/postgis-devel/2007-September/002764.html. This should help make upgrades a lot easier for people since it removes the need to change the SQL function definitions when upgrading version. Note that this is a quick and dirty fix as I didn't want to change Makefile.shlib too much - as soon as we remove support for PostgreSQL < 8.0, we can use PGXS instead and thus remove the redundant shared library code from PostGIS. git-svn-id: http://svn.osgeo.org/postgis/trunk@2714 b70326c6-7e19-0410-871a-916f4a2858ee --- lwgeom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lwgeom/Makefile b/lwgeom/Makefile index 909a2a0dd..034268653 100644 --- a/lwgeom/Makefile +++ b/lwgeom/Makefile @@ -86,7 +86,7 @@ all: $(GEOS_RULES) ../lwpostgis.sql ../regress/lwpostgis.sql ../lwpostgis_upgrad enable_shared=yes include Makefile.shlib -MODULE_FILENAME = $(LPATH)/$(shlib) +MODULE_FILENAME = $(LPATH)/lib$(NAME) REGRESS_MODULE_FILENAME = $(shell $(PWDREGRESS))/$(shlib) #--------------------------------------------------------------- -- 2.49.0