[postgis-devel] 2.5.0beta2 build error against PostgreSQL 11 beta3
Raúl Marín Rodríguez
rmrodriguez at carto.com
Wed Jun 5 05:46:51 PDT 2019
> This is what I was asking: How?
If you don't want JIT at all, disable it when building postgres (`--with-llvm`).
If you want JIT, you'll need to locate where was the flag (`-fcf-protection`)
declared and remove it. It's either passed:
- To Postgresql CFLAGS. In this case it'll appear in `pg_config --cflags`.
- To postgis `./configure` as part of the CFLAGS env variable.
--
Raúl Marín Rodríguez
carto.com
More information about the postgis-devel
mailing list