mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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 (From OE-Core rev: 3c54b18797eb26d2045fd506d2b0c8b996a0396c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,6 +18,8 @@ SRC_URI = "http://www.skbuff.net/iputils/${BPN}-${PV}.tar.bz2 \
|
||||
file://debian/use_gethostbyname2.diff \
|
||||
file://debian/targets.diff \
|
||||
file://nsgmls-path-fix.patch \
|
||||
file://0001-Fix-header-inclusion-for-musl.patch \
|
||||
file://0001-Intialize-struct-elements-by-name.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "8aaa7395f27dff9f57ae016d4bc753ce"
|
||||
|
||||
Reference in New Issue
Block a user