Re: [OE-core] [PATCH 07/25] nss: update to 3.48

2019-12-20 Thread Khem Raj
On Fri, 2019-12-20 at 19:06 +0100, Alexander Kanavin wrote: > My problem with this kind of fixing is that I have to do it blindly, > and it may or may not uncover further issues on the AB. I’d much > rather just drop Centris 7 and have ppl who actually use it fix the > issues they see as they push

Re: [OE-core] [PATCH 07/25] nss: update to 3.48

2019-12-20 Thread Alexander Kanavin
My problem with this kind of fixing is that I have to do it blindly, and it may or may not uncover further issues on the AB. I’d much rather just drop Centris 7 and have ppl who actually use it fix the issues they see as they push the master revision ahead in their development process. Alex >

Re: [OE-core] [PATCH 07/25] nss: update to 3.48

2019-12-20 Thread Khem Raj
On Fri, 2019-12-20 at 11:00 +, Ross Burton wrote: > Breaks on Centos 7: > > nsinstall.c: In function ‘main’: > nsinstall.c:201:5: warning: implicit declaration of function > ‘getopt’ > [-Wimplicit-function-declaration] > while ((opt = getopt(argc, argv, "C:DdlL:Rm:o:g:t")) != EOF) { >

Re: [OE-core] [PATCH 07/25] nss: update to 3.48

2019-12-20 Thread Alexander Kanavin
It's getting ridiculous, isn't it? Dropping centos 7 from supported list can't come soon enough. (I've seen the discussion on the oe-arch list) Alex On Fri, 20 Dec 2019 at 12:00, Ross Burton wrote: > Breaks on Centos 7: > > nsinstall.c: In function ‘main’: > nsinstall.c:201:5: warning:

Re: [OE-core] [PATCH 07/25] nss: update to 3.48

2019-12-20 Thread Ross Burton
Breaks on Centos 7: nsinstall.c: In function ‘main’: nsinstall.c:201:5: warning: implicit declaration of function ‘getopt’ [-Wimplicit-function-declaration] while ((opt = getopt(argc, argv, "C:DdlL:Rm:o:g:t")) != EOF) { ^ nsinstall.c:203:20: error: ‘optarg’ undeclared (first use in

[OE-core] [PATCH 07/25] nss: update to 3.48

2019-12-18 Thread Alexander Kanavin
Drop a backport, and a patch that causes build errors with the new version. Add a patch to make ARM HW crypto optional; upstream for some reason does not allow disabling it. Signed-off-by: Alexander Kanavin --- ...ppc64-inline-assembler-for-clang-r-j.patch | 35 --