summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-11 13:11:23 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-11 13:11:23 (EDT)
commit8913135d68a11ae8b98c9d9f39898fd94f9b57d2 (patch)
tree37a191174651879b7402d1efe33f82e560a7857b
parent34e63828db9c27d750de79d35c5c965ffb771e24 (diff)
build: Disable linking against liblzma.
-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