Last minute Qt bugfix.

This commit is contained in:
Todd Gamblin 2015-02-24 10:42:35 -08:00
parent 5eb7e46654
commit ffdb90f39a

View File

@ -79,10 +79,9 @@ def common_config_args(self):
'-no-openvg', '-no-openvg',
'-no-pch', '-no-pch',
# NIS is deprecated in more recent glibc # NIS is deprecated in more recent glibc
"-no-nis", "-no-nis"]
# For now, disable all the database drivers # Don't disable all the database drivers, but should
"-no-sql-db2", "-no-sql-ibase", "-no-sql-mysql", "-no-sql-oci", "-no-sql-odbc", # really get them into spack at some point.
"-no-sql-psql", "-no-sql-sqlite", "-no-sql-sqlite2", "-no-sql-tds"]
@when('@4') @when('@4')