[postgis-tickets] r16017 - Reflect CFLAGS passed into configure

Paul Ramsey pramsey at cleverelephant.ca
Fri Oct 20 06:04:20 PDT 2017


Author: pramsey
Date: 2017-10-20 06:04:20 -0700 (Fri, 20 Oct 2017)
New Revision: 16017

Modified:
   branches/2.4/postgis/Makefile.in
Log:
Reflect CFLAGS passed into configure


Modified: branches/2.4/postgis/Makefile.in
===================================================================
--- branches/2.4/postgis/Makefile.in	2017-10-18 19:40:57 UTC (rev 16016)
+++ branches/2.4/postgis/Makefile.in	2017-10-20 13:04:20 UTC (rev 16017)
@@ -118,7 +118,7 @@
 # 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@
 



More information about the postgis-tickets mailing list