[postgis-tickets] r14736 - add unixODBC for GDAL to be able to test ODBC on linux

Regina Obe lr at pcorp.us
Wed Mar 2 19:09:18 PST 2016


Author: robe
Date: 2016-03-02 19:09:18 -0800 (Wed, 02 Mar 2016)
New Revision: 14736

Modified:
   buildbots/debian/jenkins_setup.txt
Log:
add unixODBC for GDAL to be able to test ODBC on linux

Modified: buildbots/debian/jenkins_setup.txt
===================================================================
--- buildbots/debian/jenkins_setup.txt	2016-03-02 17:58:46 UTC (rev 14735)
+++ buildbots/debian/jenkins_setup.txt	2016-03-03 03:09:18 UTC (rev 14736)
@@ -45,9 +45,11 @@
 apt-get -b source sfcgal-bin
 apt-get install libcgal-dev libboost-all-dev libmpfr-dev libgmp-dev libopenscenegraph-dev libopenthreads-dev libpq-dev libqt4-dev libqt4-opengl-dev pkg-kde-tools
 
+#for building gdal with odbc support
+apt-get install unixODBC
+apt-get install unixodbc-dev
 
 
-
 #make it the default
 sudo apt-get install oracle-java7-set-default
 apt-get install git



More information about the postgis-tickets mailing list