Re: [OE-core] [PATCH v4 1/2] nettle: fix the Segmentation fault

2019-05-10 Thread Khem Raj
On 4/24/19 1:41 AM, mingli...@windriver.com wrote: From: Mingli Yu The commit[8ac8fa8ee1 nettle: update to 3.4.1] add CFLAGS_append = " -std=c99" to silence the below error for native build: | ../nettle-3.4.1/rsa-sign-tr.c: In function 'sec_equal': | ../nettle-3.4.1/rsa-sign-tr.c:243:3:

Re: [OE-core] [PATCH v4 1/2] nettle: fix the Segmentation fault

2019-04-29 Thread Yu, Mingli
Ping. Thanks, On 2019年04月24日 16:41, mingli...@windriver.com wrote: From: Mingli Yu The commit[8ac8fa8ee1 nettle: update to 3.4.1] add CFLAGS_append = " -std=c99" to silence the below error for native build: | ../nettle-3.4.1/rsa-sign-tr.c: In function 'sec_equal': |

Re: [OE-core] [PATCH v4 1/2] nettle: fix the Segmentation fault

2019-04-24 Thread Adrian Bunk
On Wed, Apr 24, 2019 at 04:41:00PM +0800, mingli...@windriver.com wrote: > From: Mingli Yu > > The commit[8ac8fa8ee1 nettle: update to 3.4.1] > add CFLAGS_append = " -std=c99" to silence the > below error for native build: > | ../nettle-3.4.1/rsa-sign-tr.c: In function 'sec_equal': > |

[OE-core] [PATCH v4 1/2] nettle: fix the Segmentation fault

2019-04-24 Thread mingli.yu
From: Mingli Yu The commit[8ac8fa8ee1 nettle: update to 3.4.1] add CFLAGS_append = " -std=c99" to silence the below error for native build: | ../nettle-3.4.1/rsa-sign-tr.c: In function 'sec_equal': | ../nettle-3.4.1/rsa-sign-tr.c:243:3: error: 'for' loop initial declarations are only allowed in