]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Fix building on OpenBSD 5.4
authorMichael Brown <mcb30@ipxe.org>
Mon, 2 Dec 2013 15:55:45 +0000 (15:55 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 2 Dec 2013 15:58:38 +0000 (15:58 +0000)
commit1403bda951807b2412e0617377e8542ebb4a28fa
tree2ebaceb8adfd12a952025f9658d3b206c5aef320
parentd4f7816de7dda2cb1477014c9dacb9247bc81a20
[build] Fix building on OpenBSD 5.4

OpenBSD 5.4 seems to generate dynamically linked binaries by default,
which breaks our build process.  Fix by forcing the linker to always
create static binaries.

Reported-by: Jiri B <jirib@devio.us>
Tested-by: Jiri B <jirib@devio.us>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping