gdb: add lzma support by default (#9247)

This is required at least on RedHat/Fedora.

Many (most?) other people distribute gdb with this support enabled:
http://tomszilagyi.github.io/2018/03/Remote-gdb-with-stl-pp
https://bugzilla.redhat.com/show_bug.cgi?id=1596490
This commit is contained in:
Matthias Diener 2018-09-15 09:06:16 -05:00 committed by Adam J. Stewart
parent 3f9fc0f765
commit 4942237278

View File

@ -47,7 +47,7 @@ class Gdb(AutotoolsPackage):
version('7.8.2', '8b0ea8b3559d3d90b3ff4952f0aeafbc')
variant('python', default=True, description='Compile with Python support')
variant('xz', default=False, description='Compile with lzma support')
variant('xz', default=True, description='Compile with lzma support')
# Required dependency
depends_on('texinfo', type='build')