[DebianGIS-dev] r2879 - packages/gdal/branches/1.6/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Tue May 18 07:34:07 UTC 2010


Author: frankie
Date: 2010-05-18 07:34:00 +0000 (Tue, 18 May 2010)
New Revision: 2879

Modified:
   packages/gdal/branches/1.6/debian/changelog
   packages/gdal/branches/1.6/debian/rules
Log:
Backporting important fix for proj dynamic linking.


Modified: packages/gdal/branches/1.6/debian/changelog
===================================================================
--- packages/gdal/branches/1.6/debian/changelog	2010-05-18 07:30:20 UTC (rev 2878)
+++ packages/gdal/branches/1.6/debian/changelog	2010-05-18 07:34:00 UTC (rev 2879)
@@ -1,3 +1,12 @@
+gdal (1.6.3-4) unstable; urgency=high
+
+  * Backported from 1.7.2: enable static linking for proj at configuration time.
+    This problems prevented programs such as gdal_warp to work properly
+    without the -dev package installed.
+    (closes: #579989)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 18 May 2010 09:32:38 +0200
+
 gdal (1.6.3-3) unstable; urgency=low
 
   * Fixed previous dirty workaroud debian/rules for working Doxygen versions.

Modified: packages/gdal/branches/1.6/debian/rules
===================================================================
--- packages/gdal/branches/1.6/debian/rules	2010-05-18 07:30:20 UTC (rev 2878)
+++ packages/gdal/branches/1.6/debian/rules	2010-05-18 07:34:00 UTC (rev 2879)
@@ -89,6 +89,7 @@
 			--with-ruby \
 			--with-python \
 			--with-odbc \
+			--with-static-proj4=yes \
 			--with-cfitsio=no; \
 		mv GDALmake.opt GDALmake.opt-$$V; \
 	done




More information about the Pkg-grass-devel mailing list