summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 99e8736..5adffa9 100755
--- a/build
+++ b/build
@@ -12,7 +12,8 @@ configure:
--with-system-readline \
--with-expat \
--without-python \
- --with-system-gdbinit=/etc/gdb/gdbinit
+ --with-system-gdbinit=/etc/gdb/gdbinit \
+ --without-lzma
touch $@
build: configure