summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-03 14:05:08 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-03 14:05:08 (EDT)
commit8abb8b9656583787abbb6df49210c2c0dccf6111 (patch)
tree0f84d6e46bef79c40b6da977fe6d6c68f8ebe634 /build
parent3ad66224209fd3b664c500267e2e0100fdf34d7d (diff)
build: Enable lzma
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 2b0d744..b346967 100755
--- a/build
+++ b/build
@@ -13,7 +13,7 @@ configure:
--with-expat \
--without-python \
--with-system-gdbinit=/etc/gdb/gdbinit \
- --without-lzma
+ --with-lzma
touch $@
build: configure