]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Fix building with newer binutils
authorMichael Brown <mcb30@ipxe.org>
Thu, 14 Mar 2013 00:20:04 +0000 (00:20 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 14 Mar 2013 00:20:04 +0000 (00:20 +0000)
commite63f6c9241394eca5bfbc962704c19dff1448e37
tree903382e341407cefb8d69de759d3f4e678b3e1af
parentc7c3d839fc9120aee28de9aabe452dc85ad91502
[efi] Fix building with newer binutils

Newer versions of bfd.h require definitions for the PACKAGE and
PACKAGE_VERSION macros used by autotools.  Work around this by
manually defining these macros before including bfd.h.

Originally-fixed-by: Brandon Penglase <bpenglase-ipxe@spaceservices.net>
Tested-by: Brandon Penglase <bpenglase-ipxe@spaceservices.net>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/util/elf2efi.c