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-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')
|
||||||
|
Loading…
Reference in New Issue
Block a user