[postgis-tickets] r17681 - Try to fix bessie32 Undefined symbol "_ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEj" by getting rid of redundant configure lines that should be pulled in via pkg-config

Regina Obe lr at pcorp.us
Fri Aug 9 03:44:58 PDT 2019


Author: robe
Date: 2019-08-09 15:44:58 -0700 (Fri, 09 Aug 2019)
New Revision: 17681

Modified:
   trunk/ci/bessie32/postgis_regress.sh
Log:
Try to fix bessie32 Undefined symbol "_ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEj" by getting rid of redundant configure lines that should be pulled in via pkg-config
References #4474 for PostGIS 3.0

Modified: trunk/ci/bessie32/postgis_regress.sh
===================================================================
--- trunk/ci/bessie32/postgis_regress.sh	2019-08-09 22:21:12 UTC (rev 17680)
+++ trunk/ci/bessie32/postgis_regress.sh	2019-08-09 22:44:58 UTC (rev 17681)
@@ -1,6 +1,6 @@
 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 --without-interrupt-tests
 make clean
 make
 export PGUSER=postgres



More information about the postgis-tickets mailing list