<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif"><p style="font-family:arial,sans-serif;font-size:12.8px;line-height:normal">In V5-7-patches branch, recent changes to the configuration system <span style="font-size:12.8px">(7c38dba08, 9e4b85d67 ) introduced bugs for Debian build systems since debian dpkg-buildflags produces  </span><span style="font-size:12.8px">" Werror=format-security" and not just </span><span style="font-size:12.8px">"-Werror".</span></p><p style="font-family:arial,sans-serif;font-size:12.8px;line-height:normal">The existing "sed" expression in <a href="http://configure.ac/" target="_blank">configure.ac</a> only removes the "-Werror" leaving a<br>dangling "=format-security" which fails in dh_auto_configure (as part of a dpkg-buildpackage).</p><p style="font-family:arial,sans-serif;font-size:12.8px;line-height:normal">The patch looks a little odd because of m4 "absorbs" the square brackets in the regular expression.</p><p style="font-family:arial,sans-serif;font-size:12.8px;line-height:normal">Instead of square brackets to collect the string after the "-Werror", we need to use the quadrigraphs @<:@ and @:>@ for [ and ] respectively.</p><p style="font-family:arial,sans-serif;font-size:12.8px;line-height:normal">I've tested this by merging latest upstream V5-7-patches into my branch and building with<br>dpkg-buildpackage -uc -us on latest Debian Jessie (Linux debian-stable 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux).</p><p style="font-family:arial,sans-serif;font-size:12.8px;line-height:normal">Regards,<br>Sam Tannous</p></div><div class="gmail_extra"><br clear="all"><div><br></div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div style="color:rgb(0,0,0);font-family:Times;font-size:14px"><span style="font-family:arial,helvetica,sans-serif;font-size:small"><span style="color:rgb(0,90,149)"><span></span></span></span></div></div></div>
</div></div>