[postgis-tickets] r16582 - rt_pg: Fix build issue with LVM jit

Raul raul at rmr.ninja
Tue May 22 09:21:51 PDT 2018


Author: algunenano
Date: 2018-05-22 09:21:51 -0700 (Tue, 22 May 2018)
New Revision: 16582

Modified:
   trunk/NEWS
   trunk/raster/rt_pg/Makefile.in
Log:
rt_pg: Fix build issue with LVM jit

Patch by Laurenz Albe (modified to include CFLAGS too)

Closes #4094
Related to #4060


Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2018-05-21 15:22:38 UTC (rev 16581)
+++ trunk/NEWS	2018-05-22 16:21:51 UTC (rev 16582)
@@ -70,6 +70,7 @@
   - Add Raster Tips section to Documentation for information about
     Raster behavior (e.g. Out-DB performance, maximum open files)
   - #4084: Fixed wrong code-comment regarding front/back of BOX3D (Matthias Bay)
+  - #4060, #4094, PostgreSQL JIT support (Raúl Marín, Laurenz Albe)
 
 PostGIS 2.4.0
 2017/09/30

Modified: trunk/raster/rt_pg/Makefile.in
===================================================================
--- trunk/raster/rt_pg/Makefile.in	2018-05-21 15:22:38 UTC (rev 16581)
+++ trunk/raster/rt_pg/Makefile.in	2018-05-22 16:21:51 UTC (rev 16582)
@@ -67,8 +67,7 @@
 LIBPROJ_CFLAGS=@PROJ_CPPFLAGS@
 
 CC = @CC@
-override CFLAGS := $(LIBLWGEOM_CFLAGS) @CFLAGS@
-PG_CPPFLAGS+= @CPPFLAGS@ $(LIBGDAL_CFLAGS) $(LIBPGCOMMON_CFLAGS) $(LIBPROJ_CFLAGS) -I../rt_core
+PG_CPPFLAGS+= @CPPFLAGS@ @CFLAGS@ $(LIBGDAL_CFLAGS) $(LIBLWGEOM_CFLAGS) $(LIBPGCOMMON_CFLAGS) $(LIBPROJ_CFLAGS) -I../rt_core
 SHLIB_LINK_F = ../rt_core/librtcore.a $(LIBLWGEOM_LDFLAGS) $(LIBPGCOMMON_LDFLAGS) $(LIBGDAL_LDFLAGS) @SHLIB_LINK@
 
 # Extra files to remove during 'make clean'



More information about the postgis-tickets mailing list