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

2016-08-12 Thread Sebastiaan Couwenberg
On 08/12/2016 09:50 PM, Even Rouault wrote: > Le vendredi 12 août 2016 21:39:26, Sebastiaan Couwenberg a écrit : >> Due to the recent GCC 6/ICU 57/Boost 1.61 transitions there are large >> number of changed C++ symbols which break the ABI. I am therefore >> hesitant to upload a new GDAL revision

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 : > > """ > > # Remove -Werror=format-security,

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

2016-08-12 Thread Sebastiaan Couwenberg
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 : > """ > # Remove -Werror=format-security, causes build failure on ogrsxfdatasource.cpp > CFLAGS = $(shell dpkg-buildflags

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