Author: frankie
Date: 2009-03-21 09:39:10 +0000 (Sat, 21 Mar 2009)
New Revision: 2035

Modified:
   packages/gdal/trunk/debian/changelog
   packages/gdal/trunk/debian/rules
Log:
Fixed --with-libtiff


Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog        2009-03-19 14:57:22 UTC (rev 
2034)
+++ packages/gdal/trunk/debian/changelog        2009-03-21 09:39:10 UTC (rev 
2035)
@@ -5,8 +5,10 @@
     (closes: #518495)
   * Watch file updated to version 3.
   * Updated build-deps to remove obsolete entries.
+  * Fixed internal tiff choice option at configure time which prevented it to 
work.
+    Thanks Even Roualt.
 
- -- Francesco Paolo Lovergine <[email protected]>  Thu, 19 Mar 2009 15:56:50 
+0100
+ -- Francesco Paolo Lovergine <[email protected]>  Sat, 21 Mar 2009 10:37:34 
+0100
 
 gdal (1.6.0-2) experimental; urgency=low
 

Modified: packages/gdal/trunk/debian/rules
===================================================================
--- packages/gdal/trunk/debian/rules    2009-03-19 14:57:22 UTC (rev 2034)
+++ packages/gdal/trunk/debian/rules    2009-03-21 09:39:10 UTC (rev 2035)
@@ -34,7 +34,7 @@
                        --with-threads \
                        --with-grass=no \
                        --with-hide-internal-symbols=yes \
-                       --with-tiff=internal \
+                       --with-libtiff=internal \
                        --with-geotiff=internal \
                        --with-jasper \
                        --with-netcdf \


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to