Comment 2 for bug 1890230

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote : Re: arm64 ipxe package isn't an arm64 built

In an arm64 groovy container I got an easy to fix Werror:

include/ipxe/uri.h:178:12: error: taking address of packed member of ‘struct uri’ may result in an unaligned pointer value [-Werror=address-of-packed-member]

for groovy source code. I believe this "fix" (arm64 support) shall be easy.