]> granicus.if.org Git - postgis/commitdiff
Disable wagyu for dist building -- might be unrelated (or result of some other librar...
authorRegina Obe <lr@pcorp.us>
Sun, 2 Jun 2019 03:35:09 +0000 (03:35 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 2 Jun 2019 03:35:09 +0000 (03:35 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17460 b70326c6-7e19-0410-871a-916f4a2858ee

ci/debbie/postgis_doc_translations.sh
ci/debbie/postgis_make_dist.sh
ci/debbie/postgis_release_docs.sh

index 36bdce4d2da30b2dc154b3f12fec22e7ad21c904..7964ceb0b67ec21b99f19493fc048c51af18a158 100644 (file)
@@ -36,7 +36,7 @@ CPPFLAGS="-I${PGPATH}/include"  \
 LDFLAGS="-L${PGPATH}/lib"  ./configure \
   --with-pgconfig=${PGPATH}/bin/pg_config \
   --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-config \
-  --without-raster
+  --without-raster --without-wagyu
 make clean
 cd doc
 make update-pot
index 2be94e08765e4a17f21717c98ef39f0798d95d0e..7cbd3233260a9f16e938c10b0cf39baf08fc2b1b 100644 (file)
@@ -21,7 +21,7 @@ POSTGIS_MICRO_VERSION=`grep ^POSTGIS_MICRO_VERSION Version.config | cut -d= -f2`
 
 #export CONFIGURE_ARGS="--with-pgconfig=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}/bin/pg_config --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-config --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}"
 
-export CONFIGURE_ARGS="--with-pgconfig=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}/bin/pg_config --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-config --without-raster --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}"
+export CONFIGURE_ARGS="--with-pgconfig=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}/bin/pg_config --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-config --without-raster --without-wagyu --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}"
 
 #override the checkout folder used for building tar ball
 export newoutdir="postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}"
index 55cb601457a7652c49ff12d98b7bfd2fcc119a08..c68374b6de5b1c0bdebf54905d31ae21a319aa67 100644 (file)
@@ -35,7 +35,7 @@ CPPFLAGS="-I${PGPATH}/include"  \
 LDFLAGS="-L${PGPATH}/lib"  ./configure \
   --with-pgconfig=${PGPATH}/bin/pg_config \
   --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-config \
-  --without-raster
+  --without-raster --without-wagyu
 make clean
 
 # generating postgis_svn_revision.h in case hasn't been generated