From: Paul Ramsey Date: Fri, 20 Oct 2017 13:04:20 +0000 (+0000) Subject: Reflect CFLAGS passed into configure X-Git-Tag: 2.4.2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f38e26aed35169927ecc79e9c015de1fc745011;p=postgis Reflect CFLAGS passed into configure git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16017 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/Makefile.in b/postgis/Makefile.in index 48da991ba..a7944bcfb 100644 --- a/postgis/Makefile.in +++ b/postgis/Makefile.in @@ -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@