[GRASS-SVN] r50548 - grass/branches/releasebranch_6_4/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 30 06:08:54 EST 2012


Author: hamish
Date: 2012-01-30 03:08:54 -0800 (Mon, 30 Jan 2012)
New Revision: 50548

Modified:
   grass/branches/releasebranch_6_4/lib/gis/gdal.c
Log:
look for debian/ubuntu versions of the library name too (apparently not needed for 1.8.0+; merge from devbr6)

Modified: grass/branches/releasebranch_6_4/lib/gis/gdal.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/gdal.c	2012-01-30 11:07:39 UTC (rev 50547)
+++ grass/branches/releasebranch_6_4/lib/gis/gdal.c	2012-01-30 11:08:54 UTC (rev 50548)
@@ -87,6 +87,8 @@
 	"gdal.so.1.0",
 	"libgdal.so.1",
 	"libgdal.so",
+	"libgdal1.6.0.so",
+	"libgdal1.7.0.so",
 # endif
 # ifdef _WIN32
 	"gdal19.dll",



More information about the grass-commit mailing list