]> granicus.if.org Git - postgis/commitdiff
Reflect CFLAGS passed into configure
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 20 Oct 2017 13:04:20 +0000 (13:04 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 20 Oct 2017 13:04:20 +0000 (13:04 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16017 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/Makefile.in

index 48da991baf6ed5775db640f2b793e8b56d916bbd..a7944bcfb8f6323134a0e4ab1059fd550fabca84 100644 (file)
@@ -118,7 +118,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
-override CFLAGS := -I../liblwgeom $(CFLAGS)
+override CFLAGS := -I../liblwgeom @CFLAGS@
 PG_CPPFLAGS += -I../libpgcommon @CPPFLAGS@ -fPIC
 SHLIB_LINK_F = ../libpgcommon/libpgcommon.a ../liblwgeom/.libs/liblwgeom.a @SHLIB_LINK@