summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/packages/qt/package.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/var/spack/packages/qt/package.py b/var/spack/packages/qt/package.py
index 1dc3e1e51d..4a9a867511 100644
--- a/var/spack/packages/qt/package.py
+++ b/var/spack/packages/qt/package.py
@@ -79,10 +79,9 @@ class Qt(Package):
'-no-openvg',
'-no-pch',
# NIS is deprecated in more recent glibc
- "-no-nis",
- # For now, disable all the database drivers
- "-no-sql-db2", "-no-sql-ibase", "-no-sql-mysql", "-no-sql-oci", "-no-sql-odbc",
- "-no-sql-psql", "-no-sql-sqlite", "-no-sql-sqlite2", "-no-sql-tds"]
+ "-no-nis"]
+ # Don't disable all the database drivers, but should
+ # really get them into spack at some point.
@when('@4')