[DebianGIS-dev] Bug#521747: wrong configure option for libtiff in libgdal1-1.6.0

2009-03-29 Thread Even Rouault
Package: libgdal1-1.6.0 Version: 1.6.0-2 The ./configure command line is wrong. It should be --with-libtiff=internal instead of --with-tiff=internal. The latter will be ignored, so if you happen to have libtiff-dev installed, gdal will pick it up...

Bug#834174: Removal of -Werror=security in GDAL rules is useless

2016-08-12 Thread Even Rouault
Package: gdal-bin Version: 2.1.1 The debian/rules file contains the following lines : """ # Remove -Werror=format-security, causes build failure on ogrsxfdatasource.cpp CFLAGS = $(shell dpkg-buildflags --get CFLAGS) CXXFLAGS = $(shell dpkg-buildflags --get CXXFLAGS) CFLAGS := $(filter-out

Bug#834174: Removal of -Werror=security in GDAL rules is useless

2016-08-12 Thread Even Rouault
Le vendredi 12 août 2016 21:39:26, Sebastiaan Couwenberg a écrit : > Control: tags -1 pending > > Hi Even, > > Thanks for reporting this issue. > > On 08/12/2016 08:13 PM, Even Rouault wrote: > > The debian/rules file contains the following lines : > > "&