From 1f38e26aed35169927ecc79e9c015de1fc745011 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 20 Oct 2017 13:04:20 +0000 Subject: [PATCH] Reflect CFLAGS passed into configure git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16017 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 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@ -- 2.50.1