diff --git a/var/spack/repos/builtin/packages/gdb/package.py b/var/spack/repos/builtin/packages/gdb/package.py index e5336c2910d..5dcb3073313 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')