[postgis-commits] svn - r2714 - trunk/lwgeom

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Mon Oct 29 07:22:27 PDT 2007


Author: mcayland
Date: 2007-10-29 07:22:26 -0700 (Mon, 29 Oct 2007)
New Revision: 2714

Modified:
   trunk/lwgeom/Makefile
Log:
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.

Modified: trunk/lwgeom/Makefile
===================================================================
--- trunk/lwgeom/Makefile	2007-10-29 13:44:29 UTC (rev 2713)
+++ trunk/lwgeom/Makefile	2007-10-29 14:22:26 UTC (rev 2714)
@@ -86,7 +86,7 @@
 enable_shared=yes
 include Makefile.shlib
 
-MODULE_FILENAME = $(LPATH)/$(shlib)
+MODULE_FILENAME = $(LPATH)/lib$(NAME)
 REGRESS_MODULE_FILENAME = $(shell $(PWDREGRESS))/$(shlib)
 
 #---------------------------------------------------------------



More information about the postgis-commits mailing list