From 8913135d68a11ae8b98c9d9f39898fd94f9b57d2 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 11 Oct 2013 13:11:23 -0400 Subject: build: Disable linking against liblzma. --- 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 -- cgit v0.9.1