Last minute Qt bugfix.
This commit is contained in:
parent
5eb7e46654
commit
ffdb90f39a
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user