diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-03 15:40:47 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-03 15:40:47 (EDT) |
commit | 50aadf18594b392a71a77f02a553066dd1cf0fde (patch) | |
tree | b6aa71a56b4a018be86ce619e8d6d1bc904cf418 | |
parent | d1ab339835099aa60e9acca883db0c112288b4d2 (diff) |
build: Add --with-system-zlib
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ configure: --enable-tui \ --disable-gdbtk \ --with-system-readline \ + --with-system-zlib \ --with-expat \ --without-python \ --with-system-gdbinit=/etc/gdb/gdbinit \ |