From 4942237278c0e4f24e13625155b3e852b51da679 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Sat, 15 Sep 2018 09:06:16 -0500 Subject: 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 --- var/spack/repos/builtin/packages/gdb/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/gdb/package.py b/var/spack/repos/builtin/packages/gdb/package.py index e5336c2910..5dcb307331 100644 --- a/var/spack/repos/builtin/packages/gdb/package.py +++ b/var/spack/repos/builtin/packages/gdb/package.py @@ -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') -- cgit v1.2.3-70-g09d2