Ticket #374 (closed task: fixed)
libmapnik.dylib should have path embedded in install name
| Reported by: | springmeyer | Owned by: | springmeyer |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.6.1 |
| Component: | Scons Build Scripts | Version: | 0.6.0 |
| Severity: | Normal | Keywords: | |
| Cc: | Patch Needs Improvement: | no | |
| Needs Docmentation: | no | Has Patch?: | no |
| Design Decision Needed: | no |
Description
The osx install name is the path where the dynamic library says it is going to be placed and where other libraries linked against it will look at runtime.
I can't see any reason why you would not want the full path of the install name specified (although libmapnik.dylib will be able to be loaded without an install name path as long as it is in a standard location).
Therefore, I recommend we make it an option, True by default, in Scons to embed the full path for libmapnik.dylib during the Scons build.
Change History
Note: See
TracTickets for help on using
tickets.
