From df2df27c341d3c763c9369ee43e1ecd8588cb418 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 18 Jun 2012 21:40:06 +0000 Subject: [PATCH] Fix missing symbols problem with lwgeom_calculate_circ_tree (#1876) git-svn-id: http://svn.osgeo.org/postgis/trunk@9933 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/Makefile.in b/postgis/Makefile.in index 9277f7107..a6d4ea167 100644 --- a/postgis/Makefile.in +++ b/postgis/Makefile.in @@ -71,7 +71,7 @@ OBJS=$(PG_OBJS) # older version of PostGIS, rather than with the static liblwgeom.a # supplied with newer versions of PostGIS PG_CPPFLAGS += @CPPFLAGS@ -I../liblwgeom -I../libpgcommon -SHLIB_LINK_F = ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a @SHLIB_LINK@ +SHLIB_LINK_F = ../libpgcommon/libpgcommon.a ../liblwgeom/.libs/liblwgeom.a @SHLIB_LINK@ # Extra files to remove during 'make clean' EXTRA_CLEAN=$(SQL_OBJS) legacy_uninstall.sql -- 2.40.0