[postgis-tickets] r17837 - Put back wagyu, but try to force gcc8 as compiler and use CFLAGS from PostgreSQL 11 install

Regina Obe lr at pcorp.us
Mon Sep 30 09:38:37 PDT 2019


Author: robe
Date: 2019-09-30 09:38:37 -0700 (Mon, 30 Sep 2019)
New Revision: 17837

Modified:
   trunk/ci/bessie32/postgis_regress.sh
Log:
Put back wagyu, but try to force gcc8 as compiler and use CFLAGS from PostgreSQL 11 install
References #4474

Modified: trunk/ci/bessie32/postgis_regress.sh
===================================================================
--- trunk/ci/bessie32/postgis_regress.sh	2019-09-29 00:38:30 UTC (rev 17836)
+++ trunk/ci/bessie32/postgis_regress.sh	2019-09-30 16:38:37 UTC (rev 17837)
@@ -1,6 +1,8 @@
 #export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
 sh autogen.sh
-./configure --with-libiconv=/usr/local --without-wagyu --without-interrupt-tests
+CC=gcc8   \
+CFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-trunc" \
+ ./configure --with-libiconv=/usr/local --without-interrupt-tests
 make clean
 make
 export PGUSER=postgres



More information about the postgis-tickets mailing list