[postgis-tickets] r17683 - Put libiconv back evidentally still need that one

Regina Obe lr at pcorp.us
Fri Aug 9 03:52:55 PDT 2019


Author: robe
Date: 2019-08-09 15:52:55 -0700 (Fri, 09 Aug 2019)
New Revision: 17683

Modified:
   trunk/ci/bessie32/postgis_regress.sh
Log:
Put libiconv back evidentally still need that one 
References #4474

Modified: trunk/ci/bessie32/postgis_regress.sh
===================================================================
--- trunk/ci/bessie32/postgis_regress.sh	2019-08-09 22:50:19 UTC (rev 17682)
+++ trunk/ci/bessie32/postgis_regress.sh	2019-08-09 22:52:55 UTC (rev 17683)
@@ -1,6 +1,6 @@
 export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
 sh autogen.sh
-./configure --without-interrupt-tests
+./configure --with-libiconv=/usr/local --without-interrupt-tests
 make clean
 make
 export PGUSER=postgres



More information about the postgis-tickets mailing list