]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
elfutils: restore disable_werror.patch from 0.178 version jansa/hardknott
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 12 Apr 2022 13:55:25 +0000 (15:55 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Mon, 26 Sep 2022 17:56:21 +0000 (19:56 +0200)
commite7ef2b1fe8046f4d5b050f39e382a1e8969466c2
tree75e38f925071cccc161c174809a91e81f017755d
parentebb6f4cc76b0f505e63817ec4af8897609e28606
elfutils: restore disable_werror.patch from 0.178 version

* to fix elfutils-native build with newer gcc-11 used in ubuntu-22.04:
  elfutils-0.180/libebl/ebl_syscall_abi.c:37:64: error: argument 5 of type ?int *? declared as a pointer [-Werror=array-parameter=]

and elfutils-native build with newer gcc-12 used in ubuntu 22.10:
  elfutils-0.183/src/elflint.c:4103:48: error: null pointer dereference [-Werror=null-dereference]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
meta/recipes-devtools/elfutils/elfutils_0.183.bb
meta/recipes-devtools/elfutils/files/debian/disable_werror.patch [new file with mode: 0644]