From: Regina Obe Date: Mon, 30 Sep 2019 16:38:37 +0000 (+0000) Subject: Put back wagyu, but try to force gcc8 as compiler and use CFLAGS from PostgreSQL... X-Git-Tag: 3.0.0rc1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33b347c12fd82c2762d3706651e6413663b7da49;p=postgis Put back wagyu, but try to force gcc8 as compiler and use CFLAGS from PostgreSQL 11 install References #4474 git-svn-id: http://svn.osgeo.org/postgis/trunk@17837 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ci/bessie32/postgis_regress.sh b/ci/bessie32/postgis_regress.sh index 6dec4b304..e46808822 100644 --- a/ci/bessie32/postgis_regress.sh +++ b/ci/bessie32/postgis_regress.sh @@ -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