Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8093440 | 8u60 | Anton Tarasov | P4 | Resolved | Fixed |
WebView qmake config scripts use local paths in the INCLUDE list, however that is ambiguous because the notion "current dir" has two meanings:
1. The dir where the config file resides (referred to as PWD)
2. The dir where the generated makefile is landed (referred to as OUT_PWD)
On my Ubuntu the build started to fail with Qt 5.2.1 just because "current dir" is resolved to PWD where OUT_PWD is expected. So, we should explicitly specify a root dir where applicable.
1. The dir where the config file resides (referred to as PWD)
2. The dir where the generated makefile is landed (referred to as OUT_PWD)
On my Ubuntu the build started to fail with Qt 5.2.1 just because "current dir" is resolved to PWD where OUT_PWD is expected. So, we should explicitly specify a root dir where applicable.
- backported by
-
JDK-8093440 [WebView] use OUT_PWD for a current build dir
-
- Resolved
-