> Il Venerdì 2 Maggio 2014 2:34, Olly Betts <o...@survex.com> ha scritto: > > On Fri, May 02, 2014 at 12:18:44AM +0100, Gianfranco Costamagna wrote: >> So should be harmless because I didn't see a ton of bug reports on >> ubuntu for this :) > > Yes - they seem to be using 3.0.0-2 unpatched. Given it's a popular > package, it seems likely they'd have bug reports if this caused issues. > > Sounds like we're quite close to this being uploadable. Let me know > when you're done and I'll pull the changes into the main repo. >
Tomorrow I'll see more deeply about this problem I already added you export line at the bottom (please see my commit on github) but I see this on a pbuilder build && ../configure --prefix=/usr --cache-file=../config_deb.cache --with-flavour= --with-zlib=sys --with-expat=sys CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" CPPFLAGS="-D_FORTIFY_SOURCE=2" CXXFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" FCFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4" FFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4" GCJFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4" LDFLAGS="-Wl,-z,relro" OBJCFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" OBJCXXFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" --disable-gui --libdir=\${exec_prefix}/lib/x86_64-linux-gnu something prevents the flags to be correctly appended... I'll look more in detail tomorrow thanks for all, Gianfranco > > Cheers, > Olly >