By default, Bugzilla does not search the list of RESOLVED bugs.You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
| Summary: |
Build issue: Change WITH_HAL and WITH_TDEHWLIB configuration defaults |
| Product: |
TDE
|
Reporter: |
Darrell <darrella> |
| Component: |
tdebase | Assignee: |
Timothy Pearson <kb9vqf> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
normal
|
CC: |
bugwatch, darrella, kb9vqf
|
| Priority: |
P5
|
|
|
| Version: |
R14.0.0 [Trinity] | |
|
| Hardware: |
Other | |
|
| OS: |
Linux | |
|
|
Compiler Version:
|
|
TDE Version String:
|
|
|
Application Version:
|
|
Application Name:
|
|
Current tdebase defaults: option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) option( WITH_HAL "Enable HAL support" ${WITH_ALL_OPTIONS} ) option( WITH_TDEHWLIB "Enable TDE hardware library support" OFF ) Proposed change: option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) option( WITH_HAL "Enable HAL support" OFF ) option( WITH_TDEHWLIB "Enable TDE hardware library support" ${WITH_ALL_OPTIONS} )