From: Sandro Santilli Date: Fri, 17 May 2013 22:53:31 +0000 (+0000) Subject: Ensure local liblwgeom and libpgcommon includes are scanned first X-Git-Tag: 2.1.0beta3~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=482a15c971dc896df216c8f15db7613cf82fd5f3;p=postgis Ensure local liblwgeom and libpgcommon includes are scanned first git-svn-id: http://svn.osgeo.org/postgis/trunk@11470 b70326c6-7e19-0410-871a-916f4a2858ee --- 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