From 482a15c971dc896df216c8f15db7613cf82fd5f3 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 17 May 2013 22:53:31 +0000 Subject: [PATCH] Ensure local liblwgeom and libpgcommon includes are scanned first git-svn-id: http://svn.osgeo.org/postgis/trunk@11470 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 da2487946..929de979f 100644 --- a/postgis/Makefile.in +++ b/postgis/Makefile.in @@ -89,7 +89,7 @@ OBJS=$(PG_OBJS) # to an existing liblwgeom.so in the PostgreSQL $libdir supplied by an # older version of PostGIS, rather than with the static liblwgeom.a # supplied with newer versions of PostGIS -PG_CPPFLAGS += @CPPFLAGS@ -I../liblwgeom -I../libpgcommon -fPIC +PG_CPPFLAGS += -I../liblwgeom -I../libpgcommon @CPPFLAGS@ -fPIC SHLIB_LINK_F = ../libpgcommon/libpgcommon.a ../liblwgeom/.libs/liblwgeom.a @SHLIB_LINK@ # Add SFCGAL Flags if defined -- 2.40.0