]> code.ossystems Code Review - openembedded-core.git/commit
iputils: Use member based initialization for mrghdr struct
authorKhem Raj <raj.khem@gmail.com>
Wed, 6 Jan 2016 22:18:00 +0000 (14:18 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:50 +0000 (23:42 +0000)
commit3c54b18797eb26d2045fd506d2b0c8b996a0396c
tree978f5decd640b605e5084895d7f3ac41fa5d47ad
parent49e8fc6c4511e026dee176422cf3a7b7558c7cfc
iputils: Use member based initialization for mrghdr struct

Fix build with musl

uclibc and glibc dont agree on structure of the struct, musl rightly
adds padding elements, so when doing anonymous initialization struct
elements gets wrongly mapped on 64bit arches

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-extended/iputils/files/0001-Fix-header-inclusion-for-musl.patch [new file with mode: 0644]
meta/recipes-extended/iputils/files/0001-Intialize-struct-elements-by-name.patch [new file with mode: 0644]
meta/recipes-extended/iputils/iputils_s20151218.bb