diff options
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | control | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,7 @@ configure: --with-expat \ --without-python \ --with-system-gdbinit=/etc/gdb/gdbinit \ - --without-lzma + --with-lzma touch $@ build: configure @@ -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/ |