From 8abb8b9656583787abbb6df49210c2c0dccf6111 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 03 Jul 2019 14:05:08 -0400 Subject: build: Enable lzma --- 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 diff --git a/control b/control index eca2bff..aed1d72 100644 --- a/control +++ b/control @@ -5,5 +5,6 @@ Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), libreadline-dev, libexpat.1-dev, libz.1-dev, + liblzma-dev, dejagnu, Homepage: https://sourceware.org/gdb/ -- cgit v0.9.1