diff options
author | Michael Brown <mcb30@ipxe.org> | 2016-05-02 23:09:49 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-05-02 23:09:49 +0100 |
commit | 9f91df422b9ec7f1db493ea2fe333d8e609b58f9 (patch) | |
tree | 223d4370645fdd54090bc576861a9808b66cee01 /src/Makefile | |
parent | efd5cf9aadcaf36f45db5d1c3059197a8479567c (diff) | |
download | ipxe-9f91df422b9ec7f1db493ea2fe333d8e609b58f9.tar.gz |
[build] Remove unnecessary dependency on zlib
The dependency on zlib seems to have been introduced in commit 3dd7ce1
("[efi] Allow building with non-system libbfd") as an indirect
requirement of either libbfd or libiberty when building on Mac OS X.
Since we no longer use either of these libraries, remove the
unnecessary link against zlib.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index b7becdb43..582ffe81c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -53,7 +53,6 @@ EINFO := ./util/einfo GENKEYMAP := ./util/genkeymap.pl DOXYGEN := doxygen LCAB := lcab -ZLIB_DIR := /usr ############################################################################### # |