diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |