[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 0c190406e5edf3050c2883cc378e628fbdf26d3e
git at osgeo.org
git at osgeo.org
Sat Feb 8 12:02:06 PST 2020
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, stable-3.0 has been updated
via 0c190406e5edf3050c2883cc378e628fbdf26d3e (commit)
from f845dcc8e91e3ac3990a5ec128a31095f2f9b805 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0c190406e5edf3050c2883cc378e628fbdf26d3e
Author: Regina Obe <lr at pcorp.us>
Date: Sat Feb 8 15:02:00 2020 -0500
Get rid of with-proj-dir incompatible when using pkg-config
diff --git a/ci/bessie/postgis_regress.sh b/ci/bessie/postgis_regress.sh
index 020fe56..d7a6a18 100644
--- a/ci/bessie/postgis_regress.sh
+++ b/ci/bessie/postgis_regress.sh
@@ -1,7 +1,7 @@
#BRANCH is passed in via jenkins which is set via svn hook
export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
sh autogen.sh
-./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests
+./configure --with-libiconv=/usr/local --without-interrupt-tests
make clean
make
export PGUSER=postgres
-----------------------------------------------------------------------
Summary of changes:
ci/bessie/postgis_regress.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list