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-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')