Skip to content
Snippets Groups Projects
Commit ffdb90f3 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Last minute Qt bugfix.

parent 5eb7e466
No related branches found
No related tags found
No related merge requests found
...@@ -79,10 +79,9 @@ def common_config_args(self): ...@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment