[OE-core] [PATCH 7/7] libtasn1: upgrade 4.14 -> 4.15.0

Adrian Bunk bunk at stusta.de
Thu Dec 19 06:01:53 UTC 2019


On Thu, Dec 19, 2019 at 01:41:08PM +0800, Anuj Mittal wrote:
> Remove backported patches and explicitly pass -std=gnu99 to native CFLAGS
> to make sure build passes on older and still supported OSes like CentOS 7.
>...

-std=gnu99 is default with the ancient gcc on CentOS 7,
you could pass -std=gnu11 to bring it to the same standard
as current gcc.

None of this actually makes sure that the build passes on CentOS 7,
and if there is no problem right now it is better to not try to fix it.

cu
Adrian


More information about the Openembedded-core mailing list