[DebianGIS-dev] r1741 - packages/gdal/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Tue Jul 22 11:33:30 UTC 2008
Author: frankie
Date: 2008-07-22 11:33:29 +0000 (Tue, 22 Jul 2008)
New Revision: 1741
Modified:
packages/gdal/trunk/debian/changelog
packages/gdal/trunk/debian/rules
Log:
Changing back optimization disabling
Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog 2008-07-22 11:30:39 UTC (rev 1740)
+++ packages/gdal/trunk/debian/changelog 2008-07-22 11:33:29 UTC (rev 1741)
@@ -1,8 +1,10 @@
gdal (1.5.2-3) unstable; urgency=low
- * Rebuilt with optimization off due to randomic segfaults with
- other applications. Failure seems connected to C++ and raster data.
- (closes: #489124)
+ * [PATCH] sincos() is already defined in libm. Hopefully this is the only
+ case of a redefinition of a standard function. This is exploited casually
+ only in case of an optimization because of the reason exposed in
+ http://www.nabble.com/Re%3A-g.region--g-crashes-in-a-latlon-location-p18579971.html
+ (closes: #489124)
-- Francesco Paolo Lovergine <frankie at debian.org> Tue, 22 Jul 2008 10:30:00 +0200
Modified: packages/gdal/trunk/debian/rules
===================================================================
--- packages/gdal/trunk/debian/rules 2008-07-22 11:30:39 UTC (rev 1740)
+++ packages/gdal/trunk/debian/rules 2008-07-22 11:33:29 UTC (rev 1741)
@@ -28,7 +28,7 @@
dh_testdir
for V in $(PYVERS); do \
- PYTHON=/usr/bin/python$$V CFLAGS="-O0" CXXFLAGS="-O0" ./configure --prefix=/usr \
+ PYTHON=/usr/bin/python$$V ./configure --prefix=/usr \
--mandir=\$$\{prefix\}/share/man \
--includedir=\$$\{prefix\}/include/gdal \
--with-threads \
More information about the Pkg-grass-devel
mailing list