diff options
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/gdb/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |