-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b161
-
x86
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176906 | 10 | David Dehaven | P2 | Resolved | Fixed | b03 |
Trying to use the SET_EXECUTABLE_ORIGIN macro for macosx and it's not working like it does on linux. The macro definition does not take an argument so no path can be applied, so this:
$(call SET_EXECUTABLE_ORIGIN,) \
$(call SET_EXECUTABLE_ORIGIN,/server) \
results in two of the same LC_RPATH entries in the built Mach-O file.
$(call SET_EXECUTABLE_ORIGIN,) \
$(call SET_EXECUTABLE_ORIGIN,/server) \
results in two of the same LC_RPATH entries in the built Mach-O file.
- backported by
-
JDK-8176906 rpath macro needs to use an argument on macosx
-
- Resolved
-
- relates to
-
JDK-8177634 Fix for 8175307 may cause linker errors on OS X 10.9
-
- Resolved
-