On Mon, Jun 09, 2014 at 08:17:21PM +0200, Guillem Jover wrote:
> > - if ($cpu =~ /^(ia64|alpha|mips|mipsel|hppa|arm64)$/ or $arch eq 'arm')
> > {
> > - # Stack protector disabled on ia64, alpha, arm64, mips, mipsel, hppa.
> > + if ($cpu =~ /^(ia64|alpha|mips|mipsel|hppa)$/ or $arch eq 'arm') {
> > + # Stack protector disabled on ia64, alpha, mips, mipsel, hppa.
>
> Thanks, applied locally, will be included in 1.17.11, which I think
> I'll be releasing earlier than anticipated.
Awesome, thanks. I noticed after sending it that my patch was against
1.17.9, and that regex changed in 1.17.10, but I assume you sorted that
out when it failed to apply cleanly. :P
... Adam
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]