Loading... (original) (raw)
- Type:
Bug
- Resolution: Fixed
- Priority:
P2
- Fix Version/s: 11
- Affects Version/s: 11
introduced a race in the macosx build. The library libawt_lawt links against libosxapp. Before the change, the declaration of libosxapp happened before libawt_lawt, but in that change the order reversed. This makes the dependency declaration between them no longer functioning.